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
)
Public Sub SetSize (
size_type As StamperSizeType,
a As Double,
b As Double
)
public:
virtual void SetSize(
[InAttribute] StamperSizeType size_type,
[InAttribute] double a,
[InAttribute] double b
) sealed
function SetSize(size_type, a, 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