OptionalContentGroup Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the OptionalContentGroup 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 OptionalContentGroup(
	string resourceID,
	string name,
	params IntentName[] intentNameses
)

Parameters

resourceID
Type: SystemString
The resource identifier.
name
Type: SystemString
The name of the optional content group, suitable for presentation in a reader’s user interface.
intentNameses
Type: Apitron.PDF.Kit.FixedLayout.OptionalContentIntentName
A single intent name or an array containing any combination of names.
See Also

Reference