Click or drag to resize

PDFDocViewPrefsGetPref Method

Gets the pref.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetPref(
	PDFDocViewPrefsViewerPref pref
)

Parameters

pref
Type: pdftron.PDFPDFDocViewPrefsViewerPref
the ViewerPref property type to query.

Return Value

Type: Boolean
the value of given ViewerPref property.
See Also