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
)
Public Sub SetPref (
pref As PDFDocViewPrefsViewerPref,
value As Boolean
)
public:
virtual void SetPref(
[InAttribute] PDFDocViewPrefsViewerPref pref,
[InAttribute] bool value
) sealed
function SetPref(pref, value);
Parameters
- pref
- Type: pdftron.PDFPDFDocViewPrefsViewerPref
the ViewerPref property type to modifiy.
- value
- Type: SystemBoolean
The new value for the property.
See Also