WidgetScaleCondition Enumeration |
spedifies the circumstances under which the
icon shall be scaled inside the annotation rectangle
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum WidgetScaleCondition
Public Enumeration WidgetScaleCondition
public enum class WidgetScaleCondition
pdftron.PDF.Annots.WidgetScaleCondition = function();
pdftron.PDF.Annots.WidgetScaleCondition.createEnum('pdftron.PDF.Annots.WidgetScaleCondition', false);
Members
| Member name | Value | Description |
---|
| e_Always | 0 | Always scale |
| e_WhenBigger | 1 | Scale only when the icon is bigger than the annotation rectangle. |
| e_WhenSmaller | 2 | Scale only when the icon is smaller than the annotation rectangle. |
| e_Never | 3 | Never scale. |
See Also