ImageGear for .NET
ImGearPDETextItem Constructor
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDETextItem Class : ImGearPDETextItem Constructor




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.

Glossary Item Box

Initializes a new instance of the ImGearPDETextItem class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.