Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the OptionalContentConfiguration class.
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 OptionalContentConfiguration( string name, OptionalContentGroupState baseState = OptionalContentGroupState.On )
Parameters
- name
- Type: SystemString
Name of the configuration. - baseState (Optional)
- Type: Apitron.PDF.Kit.FixedLayout.OptionalContentOptionalContentGroupState
Base state for the configuration.
See Also