Aspose::Pdf::Forms::IconCaptionPosition enum
IconCaptionPosition enum
Describes position of icon.
enum class IconCaptionPosition
Values
Name | Value | Description |
---|---|---|
NoIcon | 0 | Icon is not displayed. |
NoCaption | 1 | Caption is not displayed. |
CaptionBelowIcon | 2 | Caption is below icon. |
CaptionAboveIcon | 3 | Caption is above icon. |
CaptionToTheRight | 4 | Caption to the right. |
CaptionToTheLeft | 5 | Caption to the left. |
CaptionOverlaid | 6 | Caption over laid. |
See Also
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++