OptionalContentUsageExportState Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a value that value shall be either ON or OFF. This value indicates the recommended state for content in this group when the document (or part of it) is saved by a PDF processor to a format that does not support optional content (for example, a raster image format).

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

public Nullable<OptionalContentGroupState> ExportState { get; set; }

Property Value

Type: NullableOptionalContentGroupState
true if export; otherwise, false.
See Also

Reference