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
)
Public Sub SetPageMode (
mode As PDFDocViewPrefsPageMode
)
public:
virtual void SetPageMode(
[InAttribute] PDFDocViewPrefsPageMode mode
) sealed
function SetPageMode(mode);
Parameters
- mode
- Type: pdftron.PDFPDFDocViewPrefsPageMode
New PageMode setting. Default value is e_UseNone.
See Also