ImageGear22.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDETextItem Class : ImGearPDETextItem Constructor |
'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)
public ImGearPDETextItem( string text, ImGearPDEFont font, ImGearPDEGraphicState graphicsState, ImGearPDETextState textState, ImGearPDFFixedMatrix textMatrix )
public: ImGearPDETextItem( string* text, ImGearPDEFont* font, ImGearPDEGraphicState* graphicsState, ImGearPDETextState* textState, ImGearPDFFixedMatrix* textMatrix )
public: ImGearPDETextItem( String^ text, ImGearPDEFont^ font, ImGearPDEGraphicState^ graphicsState, ImGearPDETextState^ textState, ImGearPDFFixedMatrix^ textMatrix )