FixedDocumentOCProperties Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the OptionalContentProperties. The OCProperties property in the document shall contain, when present, the optional content properties instance, which contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content. This property shall be present if the file contains any optional content.

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public OptionalContentProperties OCProperties { get; set; }

Property Value

Type: OptionalContentProperties
The oc properties.
See Also

Reference