ScreenScaleCondition 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 ScreenScaleCondition
Public Enumeration ScreenScaleCondition
public enum class ScreenScaleCondition
pdftron.PDF.Annots.ScreenScaleCondition = function();
pdftron.PDF.Annots.ScreenScaleCondition.createEnum('pdftron.PDF.Annots.ScreenScaleCondition', 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