PDFOptionalContentGroup¶
Namespace: O2S.Components.PDF4NET.Graphics.OptionalContent
Represents an optional content group.
Inheritance Object → PDFOptionalContentBase → PDFOptionalContentGroup
Remarks
An optional content group represents a collection of graphics
that can be made visible or invisible dynamically by users of viewer applications.
The graphics belonging to an optional content group can be located anywhere in the document,
on one or more pages and they need not be consecutive in drawing order
Constructors¶
PDFOptionalContentGroup()¶
Initializes a new PDFOptionalContentGroup object.
Properties¶
DefaultState¶
Gets or sets the default state of the optional content group.
Property Value
PDFOptionalContentGroupDefaultState
On if the optional content group should be visible
when the document is displayed, Off otherwise.
ExportState¶
Gets or sets the export state of this optional content group.
Property Value
PDFOptionalContentGroupExportState
The export state of the optional content group.
Locked¶
Gets or sets a value indicating whether the layer is locked when the PDF file is displayed in the viewer application.
Property Value
Boolean
True if the layer is locked, false otherwise. Default is locked.
Name¶
Gets or sets the name of the optional content group.
Property Value
PrintState¶
Gets or sets the print state of this optional content group.
Property Value
PDFOptionalContentGroupPrintState
The print state of the optional content group.
VisibilityState¶
Gets or sets the visibility state of this optional content group.
Property Value
PDFOptionalContentGroupVisibilityState
The visibility state of the optional content group.