Click or drag to resize

InkCreate Method

Creates a new Ink annotation, in the specified document.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Ink Create(
	SDFDoc doc,
	Rect pos
)

Parameters

doc
Type: pdftron.SDFSDFDoc
A document to which the Ink annotation is added.
pos
Type: pdftron.PDFRect
A rectangle specifying the Ink annotation's bounds, specified in user space coordinates.

Return Value

Type: Ink
A newly created blank Ink annotation.
See Also