PdfStampCollection
Add Method (Single, Single, Single, Single)
|
Creates a stamp element and adds it to the collection.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageTemplateElement Add(
float x,
float y,
float width,
float height
)
Public Function Add (
x As Single,
y As Single,
width As Single,
height As Single
) As PdfPageTemplateElement
public:
PdfPageTemplateElement^ Add(
float x,
float y,
float width,
float height
)
member Add :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> PdfPageTemplateElement
Parameters
-
x
-
Type:
System
Single
X co-ordinate of the stamp.
-
y
-
Type:
System
Single
Y co-ordinate of the stamp.
-
width
-
Type:
System
Single
Width of the stamp.
-
height
-
Type:
System
Single
Height of the stamp.
Return Value
Type:
PdfPageTemplateElement
The created stamp element.
See Also