Creates an Ink annotation and initialize it using given Cos/SDF object.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Sub New (
d As Obj
)
public:
Ink(
[InAttribute] Obj^ d
)
pdftron.PDF.Annots.Ink = function(d);
Parameters
- d
- Type: pdftron.SDFObj
the d
Remarks The constructor does not copy any data, but is instead the logical
equivalent of a type cast.
See Also