RubberStampCreate Method (SDFDoc, Rect, RubberStampIcon) |
Creates a new RubberStamp annotation, in the specified document.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static RubberStamp Create(
SDFDoc doc,
Rect pos,
RubberStampIcon icon
)
Public Shared Function Create (
doc As SDFDoc,
pos As Rect,
icon As RubberStampIcon
) As RubberStamp
public:
static RubberStamp^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] Rect^ pos,
[InAttribute] RubberStampIcon icon
)
pdftron.PDF.Annots.RubberStamp.Create = function(doc, pos, icon);
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.
- icon
- Type: pdftron.PDF.AnnotsRubberStampIcon
icon for the rubber stamp
Return Value
Type:
RubberStamp A newly created blank RubberStamp annotation.
See Also