Click or drag to resize

StamperSetSize Method

Sets the size of the stamp.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSize(
	StamperSizeType size_type,
	double a,
	double b
)

Parameters

size_type
Type: pdftron.PDFStamperSizeType
Specifies how the stamp will be sized
a
Type: SystemDouble
the a
b
Type: SystemDouble
the b
See Also