Click or drag to resize

Action Constructor

A constructor. Creates an Action and initializes it using given Cos/SDF object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Action(
	Obj a
)

Parameters

a
Type: pdftron.SDFObj
Pointer to the Cos/SDF object.
Remarks
The constructor does not copy any data, but is instead the logical equivalent of a type cast.
See Also