OptionalContentGroupIntentNames Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
A single intent name or an array containing any combination of names. PDF defines two names, View and Design, that may indicate the intended use of the graphics in the group. A conforming reader may choose to use only groups that have a specific intent and ignore others. Default value: View.

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
See Also

Reference