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

C#
public TextBoxLine( double Ascent, double Descent, bool EndOfParagraph, TextBoxSeg[] SegArray )
Parameters
- Ascent
- Type: SystemDouble
Line ascent. - Descent
- Type: SystemDouble
Line descent. - EndOfParagraph
- Type: SystemBoolean
Line is end of paragraph. - SegArray
- Type: PdfFileWriterTextBoxSeg
Segments' array.
