PDFium Component Docs

Metoda GetPageBox

Component: TPdf  ·  Unit: PDFium
Čita pravokutnik imenovanog page boxa na trenutačnoj stranici

Syntax

function GetPageBox;

Description

Reads the rectangle of the named page box na trenutnoj stranici.

Returns an empty rectangle when the box is not defined and not inherited from a parent.

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

See Also

SetPageBox, PageBox, PageBounds