 | PdfOCPropertiesDefault Property |
Gets or sets the default viewing optional content configuration.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfOCConfig Default { get; set; }
Public Property Default As PdfOCConfig
Get
Set
public:
property PdfOCConfig^ Default {
PdfOCConfig^ get ();
void set (PdfOCConfig^ value);
}
member Default : PdfOCConfig with get, set
/** @property */
public PdfOCConfig get_Default()
/** @property */
public void set_Default(PdfOCConfig value)
function get_Default();
function set_Default(value);
Property Value
PdfOCConfigRequired. If it is missing or empty collection, a PDF consumer should ignore any optional content structures in the document.
Exceptions
See Also