LinkCreate Method (SDFDoc, Rect, Action) |
Creates a new Link annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Link Create(
SDFDoc doc,
Rect pos,
Action action
)
Public Shared Function Create (
doc As SDFDoc,
pos As Rect,
action As Action
) As Link
public:
static Link^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] Rect^ pos,
[InAttribute] Action^ action
)
pdftron.PDF.Annots.Link.Create = function(doc, pos, action);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
A document to which the annotation is added.
- pos
- Type: pdftron.PDFRect
A rectangle specifying the annotation's bounds, specified in
user space coordinates.
- action
- Type: pdftron.PDFAction
Action for the link annotation.
Return Value
Type:
Link A new Link annotation.
See Also