TextBoxSeg Constructor

PDF File Writer

TextBoxSeg Constructor

TextBox segment constructor.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public TextBoxSeg(
	PdfFont Font,
	double FontSize,
	DrawStyle DrawStyle,
	Color FontColor,
	AnnotAction AnnotAction
)

Parameters

Font
Type: PdfFileWriterPdfFont
Segment font.
FontSize
Type: SystemDouble
Segment font size.
DrawStyle
Type: PdfFileWriterDrawStyle
Segment drawing style.
FontColor
Type: System.DrawingColor
Segment color.
AnnotAction
Type: PdfFileWriterAnnotAction
Segment annotation action.
See Also