Enum Screen.ScaleCondition
spedifies the circumstances under which the icon shall be scaled inside the annotation rectangle.
Namespace: pdftron.PDF.Annots
Assembly: PDFTronDotNet.dll
Syntax
public enum Screen.ScaleCondition
Fields
| Name | Description |
|---|---|
| e_Always | Always scale. |
| e_Never | Never scale. |
| e_WhenBigger | Scale only when the icon is bigger than the annotation rectangle. |
| e_WhenSmaller | Scale only when the icon is smaller than the annotation rectangle. |