OptionalContentConfigurationIntentNames Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
A single intent name or an array containing any combination of names. it shall be used to determine which optional content groups’ states to consider and which to ignore in calculating the visibility of content. PDF defines two intent names, View and Design. In addition, the name All shall indicate the set of all intents, including those not yet defined. Default value: View. The value shall be View for the document’s default configuration.

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 IList<IntentName> IntentNames { get; }

Property Value

Type: IListIntentName
The intent names.
See Also

Reference