Click or drag to resize

AnnotCreate Method

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
)

Parameters

doc
Type: pdftron.SDFSDFDoc
SDFDoc object
type
Type: pdftron.PDFAnnotType
Annotation type
pos
Type: pdftron.PDFRect
Rectlangle position

Return Value

Type: Annot
Annot instance
See Also