Skip to content

PDFOptionalContentProperties

Namespace: O2S.Components.PDF4NET.Graphics.OptionalContent

Defines the properties for optional content in the PDF document.

public class PDFOptionalContentProperties

Inheritance ObjectPDFOptionalContentProperties

Constructors

PDFOptionalContentProperties()

Initializes a new PDFOptionalContentProperties object.

public PDFOptionalContentProperties()

Properties

CosOptionalContentCProperties

Gets the COS dictionary that represents the optional content properties.

public PDFCosDictionary CosOptionalContentCProperties { get; }

Property Value

PDFCosDictionary
The COS dictionary that represents the optional content properties.


DisplayTree

Gets the tree of optional content groups.

public PDFOptionalContentDisplayTree DisplayTree { get; }

Property Value

PDFOptionalContentDisplayTree
The tree of optional content groups that is displayed in the user interface by the viewer applications.