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 Sub New (
a As Obj
)
public:
Action(
[InAttribute] Obj^ a
)
pdftron.PDF.Action = function(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