THotPDF.PageMode – vlastnost

THotPDF

 

Nahoru  Předchozí  Další

Určuje režim stránky použitý při otevření dokumentu

 

type

THPDFPageMode = (pmUseNone, pmUseOutlines, pmUseThumbs, pmFullScreen, pmUseAttachments);

 

Syntaxe Delphi:

property PageMode: THPDFPageMode;

 

Syntaxe C++:

__property THotPDFPageMode PageMode;

 

Popis

Pomocí PageMode určíte režim stránky použitý při otevření dokumentu (výchozí hodnota:  pmUseNone)

 

Value                Meaning


pmUseNone                 Nothing.

pmUseOutlines            The document uses outlines.

pmUseThumbs            The document uses thumbnails.

pmFullScreen              The document will be opened in full screen mode.

pmUseAttachments      The document uses attachments.