API Reference
Class
PdfViewerPreferences
Simple viewer preference entries discovered from the document catalog.
Inheritance
- Object
- PdfViewerPreferences
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public Nullable<Boolean> GetBoolean(String name) #Returns:
Nullable<Boolean>Gets a boolean viewer preference value by PDF preference name.
Parameters
- name System.String
public String GetValue(String name) #Returns:
StringGets a simple viewer preference value by PDF preference name.
Parameters
- name System.String