THotPDF.SetLoadedPageMode Method

Specifies the page mode for the loaded PDF document when opened in a reader (such as Acrobat Reader), for example, whether to display the outline navigation sidebar by default.

Declaration

procedure SetLoadedPageMode(const AMode: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
AMode指定要设置的页面模式。可选值一般包括:'UseNone'(仅显示页面)、'UseOutlines'(显示书签面板)、'UseThumbs'(显示缩略图面板)、'FullScreen'(全屏显示)等。

Usage notes

Related APIs