| PdfOCUsageView Property |
Gets or sets an object 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 PdfView View { get; set; }
Public Property View As PdfView
Get
Set
public:
property PdfView^ View {
PdfView^ get ();
void set (PdfView^ value);
}
member View : PdfView with get, set
/** @property */
public PdfView get_View()
/** @property */
public void set_View(PdfView value)
function get_View();
function set_View(value);
Property Value
PdfViewOptional.
See Also