Click or drag to resize

IPDFDocumentSetFontStyle Method (String, Int32, Boolean, Boolean)

Sets the Font Style for the PDF Stamper

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void SetFontStyle(
	string font_type,
	int font_type_size,
	bool font_auto_size,
	bool no_margins
)

Parameters

font_type
Type: SystemString
The Font type to use, ie "Arial", "TimesNewRoman"
font_type_size
Type: SystemInt32
The Default size of the font to use
font_auto_size
Type: SystemBoolean
If true, the font will default at the value set for font_type_size, and will be sized smaller if necessary
no_margins
Type: SystemBoolean
If true, the page's margins will be set to 0,0,0,0.
See Also