| PdfIconFitFitToBounds Property |
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.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool FitToBounds { get; set; }
Public Property FitToBounds As Boolean
Get
Set
public:
property bool FitToBounds {
bool get ();
void set (bool value);
}
member FitToBounds : bool with get, set
/** @property */
public boolean get_FitToBounds()
/** @property */
public void set_FitToBounds(boolean value)
function get_FitToBounds();
function set_FitToBounds(value);
Property Value
BooleanSee Also