'Declaration<DispIdAttribute(14)> Function AddRubberStampAnnot( _ ByVal BorderColor As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Text As String _ ) As AnnotationRubberStamp
[DispId(14)] AnnotationRubberStamp AddRubberStampAnnot( int BorderColor, float Left, float Top, float Width, float Height, string Text )
function AddRubberStampAnnot(
BorderColor: Integer;
Left: Single;
Top: Single;
Width: Single;
Height: Single;
Text: String
): AnnotationRubberStamp;
DispIdAttribute(14) function AddRubberStampAnnot( BorderColor : int, Left : float, Top : float, Width : float, Height : float, Text : String ) : AnnotationRubberStamp;
[DispId(14)] AnnotationRubberStamp* AddRubberStampAnnot( int BorderColor, float Left, float Top, float Width, float Height, string* Text )
[DispId(14)] AnnotationRubberStamp^ AddRubberStampAnnot( int BorderColor, float Left, float Top, float Width, float Height, String^ Text )
Parameters
- BorderColor
- Left
- Top
- Width
- Height
- Text