| PdfViewViewState Property |
Gets or sets a flag indicating that the group should be set to the
On or
Off state when the document is opened in a viewer application.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public OCGState ViewState { get; set; }
Public Property ViewState As OCGState
Get
Set
public:
property OCGState ViewState {
OCGState get ();
void set (OCGState value);
}
member ViewState : OCGState with get, set
/** @property */
public OCGState get_ViewState()
/** @property */
public void set_ViewState(OCGState value)
function get_ViewState();
function set_ViewState(value);
Property Value
OCGStateRequired. Value may be
On or
Off.
Unspecified means that there is no such entry in the underlying dictionary.
Exceptions See Also