Creates a Markup annotation and initialize it using given SDF::Obj object.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Sub New (
d As Obj
)
public:
Markup(
[InAttribute] Obj^ d
)
pdftron.PDF.Annots.Markup = function(d);
Parameters
- d
- Type: pdftron.SDFObj
existing Markup object
See Also