PDF File Writer Class Library - Author Uzi Granot
TextBox Constructor |
TextBox constructor
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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.
