WidgetScaleType Enumeration |
scale types
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum WidgetScaleType
Public Enumeration WidgetScaleType
public enum class WidgetScaleType
pdftron.PDF.Annots.WidgetScaleType = function();
pdftron.PDF.Annots.WidgetScaleType.createEnum('pdftron.PDF.Annots.WidgetScaleType', false);
Members
| Member name | Value | Description |
---|
| e_Anamorphic | 0 | Scale the icon to fill the annotation rectangle
exactly, without regard to its original aspect
ratio (ratio of width to height). |
| e_Proportional | 1 | Scale the icon to fit the width or height
of the annotation rectangle while maintaining
the icon’s original aspect ratio. If the
required horizontal and vertical scaling
factors are different, use the smaller of the two,
centering the icon within the annotation rectangle
in the other dimension. |
See Also