Stamper constructor.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Stamper(
StamperSizeType size_type,
double a,
double b
)
Public Sub New (
size_type As StamperSizeType,
a As Double,
b As Double
)
public:
Stamper(
[InAttribute] StamperSizeType size_type,
[InAttribute] double a,
[InAttribute] double b
)
pdftron.PDF.Stamper = function(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