Click or drag to resize

PDFDocViewPrefsSetPageMode Method

Sets PageMode property and change the value of the PageMode key in the Catalog dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPageMode(
	PDFDocViewPrefsPageMode mode
)

Parameters

mode
Type: pdftron.PDFPDFDocViewPrefsPageMode
New PageMode setting. Default value is e_UseNone.
See Also