Sets the Intent entry in an optional-content configuration'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
)
Public Sub SetIntent (
intent As Obj
)
public:
virtual void SetIntent(
[InAttribute] Obj^ intent
) sealed
function SetIntent(intent);
Parameters
- intent
- Type: pdftron.SDFObj
The new Intent entry value (a name object or an Array of name objects).
See Also