PDFium Component Docs

FontIsEmbedded property

Component: TPdfView  ·  Unit: PDFium
Omotač TPdfView koji prosljeđuje prema TPdf.FontIsEmbedded

Syntax

property FontIsEmbedded[Index: Integer]: Boolean;

Description

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

Sve semantičke napomene iz TPdf.FontIsEmbedded apply identically here; the only difference is that you address the operation through the visual control instead of the model object.

Kada je TPdfView povezan s vanjskim TPdf (dodjeljivanjem PdfView1.Pdf := Pdf1), čitanje ovog čana vraća iste podatke kao Pdf1.FontIsEmbedded; kada TPdfView posjeduje svoj interni TPdf, ovaj član je jedini javni pristupnik.

Remarks

Example

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

See Also

FontIsEmbedded, Pdf, Active