PDFium Component Docs

ImportPreferences function

Component: TPdf  ·  Unit: PDFium
Bit-set controlling how ImportPages copies content (resources, named destinations, comments, etc.).

Syntax

function ImportPreferences(Pdf: TPdf): Boolean;

Description

Bit-set controlling how ImportPages copies content (resources, named destinations, comments, etc.).

Set before calling ImportPages.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

if Pdf1.Active then
  Pdf1.ImportPreferences;

See Also

ImportPages, AddPage