TextWidgetGetFitFull Method |
Gets the fit full option being used.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetFitFull As Boolean
public:
virtual bool GetFitFull() sealed
Return Value
Type:
Boolean A bool value indicating the fit full option being used.
Remarks the FitFull value, 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. Default value: false.
See Also