'Declaration
Public Function AddRubberStampAnnot( _ ByVal BorderColor As GdPictureColor, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Text As String _ ) As AnnotationRubberStamp
public AnnotationRubberStamp AddRubberStampAnnot( GdPictureColor BorderColor, float Left, float Top, float Width, float Height, string Text )
public function AddRubberStampAnnot( BorderColor: GdPictureColor; Left: Single; Top: Single; Width: Single; Height: Single; Text: String ): AnnotationRubberStamp;
public function AddRubberStampAnnot( BorderColor : GdPictureColor, Left : float, Top : float, Width : float, Height : float, Text : String ) : AnnotationRubberStamp;
public: AnnotationRubberStamp* AddRubberStampAnnot( GdPictureColor BorderColor, float Left, float Top, float Width, float Height, string* Text )
public: AnnotationRubberStamp^ AddRubberStampAnnot( GdPictureColor BorderColor, float Left, float Top, float Width, float Height, String^ Text )
Parameters
- BorderColor
- A color object that defines the required border color of the newly added rubber stamp annotation.
- Left
- The horizontal (X) coordinate of the top left point, in inches, where the annotation bounding box is to be located.
- Top
- The vertical (Y) coordinate of the top left point, in inches, where the annotation bounding box is to be located.
- Width
- The width of the annotation bounding box, in inches.
- Height
- The height of the annotation bounding box, in inches.
- Text
- The content of the newly added rubber stamp, that means the text to be displayed in the annotation bounding box.
Return Value
A GdPicture/XMP AnnotationRubberStamp object. The newly added GdPicture/XMP rubber stamp annotation.