Click or drag to resize

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
)

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