Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
This enum represents the list of icon scale modes.
Namespace: Apitron.PDF.Kit.Interactive.Annotations
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
AlwaysScale | 0 | Always scale. | |
IconBigger | 1 | Scale only when the icon is bigger than the annotation rectangle. | |
IconSmaller | 2 | Scale only when the icon is smaller than the annotation rectangle. | |
NeverScale | 3 | Never scale. |
See Also