OptionalContentUsagePrintState Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the state that shall be either ON or OFF, indicating that the group shall be set to that state when the document is printed.

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> PrintState { get; set; }

Property Value

Type: NullableOptionalContentGroupState
The state of the print.
See Also

Reference