Sets the fit full option being used.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic void SetFitFull(
bool ff
)
Public Sub SetFitFull (
ff As Boolean
)
public:
virtual void SetFitFull(
[InAttribute] bool ff
) sealed
Parameters
- ff
- Type: SystemBoolean
A bool value indicating the fit full option being used.
Remarksthe 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