Creates an annotation instance based on annotation type
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Annot Create(
SDFDoc doc,
AnnotType type,
Rect pos
)
Public Shared Function Create (
doc As SDFDoc,
type As AnnotType,
pos As Rect
) As Annot
public:
static Annot^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] AnnotType type,
[InAttribute] Rect^ pos
)
pdftron.PDF.Annot.Create = function(doc, type, pos);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
SDFDoc object - type
- Type: pdftron.PDFAnnotType
Annotation type - pos
- Type: pdftron.PDFRect
Rectlangle position
Return Value
Type:
AnnotAnnot instance
See Also