Enum Widget.ScaleCondition
spedifies the circumstances under which the icon shall be scaled inside the annotation rectangle
Namespace: pdftron.PDF.Annots
Assembly: PDFNet.dll
Syntax
public enum Widget.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. |