Docs PDFiumVCL

CharacterMapError Proprietà

Questa voce API conserva identificatori, firme, blocchi di codice e termini PDF nella forma originale.
Componente: TPdfView  ·  Unità: PDFium
TPdfView wrapper that forwards to TPdf.CharacterMapError.

Sintassi

property CharacterMapError[Index: Integer]: Boolean;

Descrizione

Mirrors TPdf.CharacterMapError. The TPdfView component forwards the call to its underlying Pdf instance and refreshes the view if the call mutates the document.

All semantic notes from TPdf.CharacterMapError apply identically here; the only difference is that you address the operation through the visual control instead of the model object.

When TPdfView is bound to an external TPdf (assigning PdfView1.Pdf := Pdf1), reading this member returns the same data as Pdf1.CharacterMapError; when TPdfView owns its internal TPdf, this member is the only public accessor.

Note

Esempio

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

Vedi anche

CharacterMapError, Pdf, Active