Pdf |
The PdfIconFit type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfIconFit | Creates new instance of PdfIconFit class. | |
| PdfIconFit(PdfTypeBase) | Creates a new instance of PdfIconFit and initialize it with specified dictionary |
| Name | Description | |
|---|---|---|
| FitToBounds | If true, indicates that the button appearance should be scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. | |
| HorizontalOffset | Gets or sets the number between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left of the icon. A value of 0.0 positions the icon at the left corner of the annotation rectangle. A value of 0.5 centers it within the horizontal direction of rectangle. This Property is used only if the ScaleType is Proportional. | |
| ScaleMode | Gets or sets the circumstances under which the icon should be scaled inside the annotation rectangle. | |
| ScaleType | Gets or sets the type of scaling to use. | |
| VerticalOffset | Gets or sets the number between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the bottom of the icon. A value of 0.0 positions the icon at the bottom corner of the annotation rectangle. A value of 0.5 centers it within the vertical direction of rectangle. This Property is used only if the ScaleType is Proportional. |