In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddStampAnnotation Method

AddStampAnnotation Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function AddStampAnnotation( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Title As String, _

   ByVal Contents As String, _

   ByVal StampStyle As PdfRubberStampAnnotationIcon, _

   ByVal Opacity As Single, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As Integer
public int AddStampAnnotation( 

   float Left,

   float Top,

   float Width,

   float Height,

   string Title,

   string Contents,

   PdfRubberStampAnnotationIcon StampStyle,

   float Opacity,

   byte Red,

   byte Green,

   byte Blue

)
public function AddStampAnnotation( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Title: String;

    Contents: String;

    StampStyle: PdfRubberStampAnnotationIcon;

    Opacity: Single;

    Red: Byte;

    Green: Byte;

    Blue: Byte

): Integer; 
public function AddStampAnnotation( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Title : String,

   Contents : String,

   StampStyle : PdfRubberStampAnnotationIcon,

   Opacity : float,

   Red : byte,

   Green : byte,

   Blue : byte

) : int;
public: int AddStampAnnotation( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* Title,

   string* Contents,

   PdfRubberStampAnnotationIcon StampStyle,

   float Opacity,

   byte Red,

   byte Green,

   byte Blue

) 
public:

int AddStampAnnotation( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ Title,

   String^ Contents,

   PdfRubberStampAnnotationIcon StampStyle,

   float Opacity,

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Left
Top
Width
Height
Title
Contents
StampStyle
Opacity
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members