Click or drag to resize

PdfOCPropertiesDefault Property

Gets or sets the default viewing optional content configuration.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfOCConfig Default { get; set; }

Property Value

PdfOCConfig
Required. If it is missing or empty collection, a PDF consumer should ignore any optional content structures in the document.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is set and value is null.
See Also