StamperSizeType Enumeration |
Stamper Size Types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum StamperSizeType
Public Enumeration StamperSizeType
public enum class StamperSizeType
pdftron.PDF.StamperSizeType = function();
pdftron.PDF.StamperSizeType.createEnum('pdftron.PDF.StamperSizeType', false);
Members
| Member name | Value | Description |
---|
| e_relative_scale | 1 | Stamp size is relative to the size of the crop box of
the destination page. |
| e_absolute_size | 2 | Stamp size is explicitly set.The width and height are constant, regardless of the size of the
destination page's bounding box. |
| e_font_size | 3 | This type only applies to text stamps. |
See Also