Click or drag to resize

ScreenSetFitFull Method

Sets the fit full option being used. (Optional)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFitFull(
	bool ff
)

Parameters

ff
Type: SystemBoolean
A boolean 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