Aspose::Pdf::Forms::ScalingReason enum
ScalingReason enum
The circumstances under which the icon shall be scaled inside the annotation rectangle.
enum class ScalingReason
Values
Name | Value | Description |
---|---|---|
Always | 0 | Always scale. |
IconIsBigger | 1 | BScale only when the icon is bigger than the annotation rectangle. |
IconIsSmaller | 2 | Scale only when the icon is smaller than the annotation rectangle. |
Never | 3 | Never scale. |
See Also
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++