PDFium Component Docs

FileName property

Component: TPdf  ·  Unit: PDFium
Putanja PDF-a za otvaranje; dodjela dok je Active uključen ponovno učitava iz nove putanje

Syntax

property FileName;

Description

Path of the PDF to open; assigning while Active reloads from the new path.

Empty string means "no file" — use CreateDocument to start a blank PDF instead.

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.FileName;

See Also

Active, Password, LoadCustomDocument