ImageGear .NET v25.0 - Updated
ImGearPDETextItem Constructor




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDETextItem Class : ImGearPDETextItem Constructor
The text string.
The font for a text item.
The graphics state for a text item.
The text state of a text item.
The coordinates of text characters are specified in text space. TextMatrix defines the transformation from text space to the user space for individual text character. See section '5.3.1Text-Positioning Operators' of the PDF Reference for more details.
Initializes a new instance of the ImGearPDETextItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal font As ImGearPDEFont, _
   ByVal graphicsState As ImGearPDEGraphicState, _
   ByVal textState As ImGearPDETextState, _
   ByVal textMatrix As ImGearPDFFixedMatrix _
)
'Usage
 
Dim text As String
Dim font As ImGearPDEFont
Dim graphicsState As ImGearPDEGraphicState
Dim textState As ImGearPDETextState
Dim textMatrix As ImGearPDFFixedMatrix
 
Dim instance As New ImGearPDETextItem(text, font, graphicsState, textState, textMatrix)

Parameters

text
The text string.
font
The font for a text item.
graphicsState
The graphics state for a text item.
textState
The text state of a text item.
textMatrix
The coordinates of text characters are specified in text space. TextMatrix defines the transformation from text space to the user space for individual text character. See section '5.3.1Text-Positioning Operators' of the PDF Reference for more details.

Return Value

The new instance of ImGearPDETextItem class object.
See Also

Reference

ImGearPDETextItem Class
ImGearPDETextItem Members
ImGearPDEFont Class
ImGearPDEGraphicState Class
ImGearPDETextState Class
ImGearPDFFixedMatrix Class