TextBoxLine Constructor

PDF File Writer

TextBoxLine Constructor

TextBoxLine constructor.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
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.
See Also