Click or drag to resize

StamperSizeType Enumeration

Stamper Size Types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum StamperSizeType
Members
  Member nameValueDescription
e_relative_scale1Stamp size is relative to the size of the crop box of the destination page.
e_absolute_size2Stamp size is explicitly set.The width and height are constant, regardless of the size of the destination page's bounding box.
e_font_size3This type only applies to text stamps.
See Also