PDFDocViewPrefsGetPref Method |
Gets the pref.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetPref(
PDFDocViewPrefsViewerPref pref
)
Public Function GetPref (
pref As PDFDocViewPrefsViewerPref
) As Boolean
public:
virtual bool GetPref(
[InAttribute] PDFDocViewPrefsViewerPref pref
) sealed
Parameters
- pref
- Type: pdftron.PDFPDFDocViewPrefsViewerPref
the ViewerPref property type to query.
Return Value
Type:
Boolean the value of given ViewerPref property.
See Also