Click or drag to resize

GroupSetIntent Method

Sets the Intent entry in an optional-content group's SDF/Cos dictionary. For more information, see GetIntent().

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetIntent(
	Obj intent
)

Parameters

intent
Type: pdftron.SDFObj
The new Intent entry value (a name object or an Array of name objects).
See Also