Click or drag to resize

PDFDocViewPrefsSetPref Method

Sets the value of given ViewerPref property.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPref(
	PDFDocViewPrefsViewerPref pref,
	bool value
)

Parameters

pref
Type: pdftron.PDFPDFDocViewPrefsViewerPref
the ViewerPref property type to modifiy.
value
Type: SystemBoolean
The new value for the property.
See Also