PDFium Component Docs

Annotation Özellik

Component: TPdfView  ·  Unit: PDFium
TPdf.Annotation öğesine ileten TPdfView sarmalayıcısı

Syntax

property Annotation[Index: Integer]: TPdfAnnotation;

Description

TPdf.Annotation öğesini yansıtır. TPdfView bileşeni, çağrıyı temel Pdf örneğine iletir ve çağrı belgeyi değiştirirse görünümü yeniler

TPdf.Annotation ile ilgili tüm anlamsal notlar burada da özdeş şekilde geçerlidir; tek fark, işlemi model nesnesi yerine görsel denetim aracılığıyla adreslemenizdir

TPdfView harici bir TPdf'ye bağlandığında (PdfView1.Pdf := Pdf1 ataması), bu üyeyi okumak Pdf1.Annotation ile aynı verileri döndürür; TPdfView kendi iç TPdf'sine sahip olduğunda, bu üye tek genel erişicidir

Remarks

Example

if PdfView1.Active then
  Memo1.Lines.Add('Annotation = ' + VarToStr(PdfView1.Annotation));

See Also

Annotation, Pdf