TextBox Constructor

PDF File Writer

TextBox Constructor

TextBox constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public TextBox(
	double BoxWidth,
	double FirstLineIndent = 0,
	double LineBreakFactor = 0.5
)

Parameters

BoxWidth
Type: SystemDouble
Box width.
FirstLineIndent (Optional)
Type: SystemDouble
First line is indented.
LineBreakFactor (Optional)
Type: SystemDouble
Line break factor.
See Also