![]() | Pdf |
The PdfOCProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfOCProperties(PdfDocument) | Creates new PdfOCProperties. |
![]() | PdfOCProperties(PdfDocument, PdfTypeBase) | Creates a new instance of PdfOCProperties and initialize it with specified dictionary. |
![]() | PdfOCProperties(PdfDocument, PdfOCConfig) | Creates new PdfOCProperties. |
Name | Description | |
---|---|---|
![]() | Configs | Gets or sets an array of alternate optional content configurations for PDF processing applications or features. |
![]() | Default | Gets or sets the default viewing optional content configuration. |
![]() | OCGs | Gets or sets a collection of all the optional content groups in the document, in any order. Every optional content group must be included in this collection. |
Name | Description | |
---|---|---|
![]() | CheckVisibility(Int32, OCGEvent) | Check the visibility of this group according to its Usage and applied configurations. |
![]() | CheckVisibility(PdfOCGroup, OCGEvent) | Check the visibility of the specified group according to its Usage and applied configurations. |
![]() | SetState(Int32, OCGState) | Sets the specified state of the group. |
![]() | SetState(PdfOCGroup, OCGState) | Sets the specified state of the group. |
The Default and Configs properties are represent different presentations of a document’s optional content groups for use by PDF processing applications or features. The Default configuration specifies the initial state of the optional content groups when a document is first opened. Configs lists other configurations that may be used under particular circumstances.