Aspose::Pdf::Forms::IconFit class
Contents
[
Hide
]IconFit class
Describes how the widget annotation’s icon shall be displayed within its annotation rectangle.
class IconFit : public System::Object
Methods
Method | Description |
---|---|
get_LeftoverBottom() | Gets space to allocate at the bottom of the icon. |
get_LeftoverLeft() | Gets space to allocate at the left of the icon. |
get_ScalingMode() | The type of scaling that shall be used. ///. |
get_ScalingReason() | Gets scaling reason. |
get_SpreadOnBorder() | If true, indicates that the button appearance shall be scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. |
static NameToScalingMode(System::String) | Converts scaling mode name into ScalingMode object. |
static NameToScalingReason(System::String) | Converts name of scaling reason into ScalingReason object. |
static ScalingModeToName(Aspose::Pdf::Forms::ScalingMode) | Converts scaling mode object into name. |
static ScalingReasonToName(Aspose::Pdf::Forms::ScalingReason) | Converts scaling reason obejct to name. |
set_LeftoverBottom(double) | Sets space to allocate at the bottom of the icon. |
set_LeftoverLeft(double) | Sets space to allocate at the left of the icon. |
set_ScalingMode(Aspose::Pdf::Forms::ScalingMode) | The type of scaling that shall be used. ///. |
set_ScalingReason(Aspose::Pdf::Forms::ScalingReason) | Sets scaling reason. |
set_SpreadOnBorder(bool) | If true, indicates that the button appearance shall be scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. |
See Also
- Class Object
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++