PDFium Component Docs

מאפיין CharacterMapError

Component: TPdfView  ·  Unit: PDFium
מעטפת TPdfView שמעבירה אל TPdf.CharacterMapError.

Syntax

property CharacterMapError[Index: Integer]: Boolean;

Description

משקף את TPdf.CharacterMapError. רכיב TPdfView מעביר את הקריאה למופע Pdf הבסיסי ומרענן את התצוגה אם הקריאה משנה את המסמך.

כל ההערות הסמנטיות מ-TPdf.CharacterMapError חלות כאן באופן זהה; ההבדל היחיד הוא שאתה מטפל בפעולה דרך הפקד החזותי במקום אובייקט המודל.

כאשר TPdfView מקושר ל-TPdf חיצוני (הקצאה של PdfView1.Pdf := Pdf1), קריאה של איבר זה מחזירה את אותם נתונים כמו Pdf1.CharacterMapError; כאשר TPdfView מחזיק TPdf פנימי משלו, איבר זה הוא המאגר הציבורי היחיד.

Remarks

Example

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

See Also

CharacterMapError, Pdf, Active