ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextItem Class / SetMatrix Method
The new text matrix of the text item.




In This Topic
    SetMatrix Method (ImGearPDETextItem)
    In This Topic
    Sets the matrix that defines the transformation from text space to the user space for individual text item.
    Syntax
    'Declaration
     
    Public Shadows Sub SetMatrix( _
       ByVal matrix As ImGearPDFFixedMatrix _
    ) 
    'Usage
     
    Dim instance As ImGearPDETextItem
    Dim matrix As ImGearPDFFixedMatrix
     
    instance.SetMatrix(matrix)
    public new void SetMatrix( 
       ImGearPDFFixedMatrix matrix
    )
    public: new void SetMatrix( 
       ImGearPDFFixedMatrix* matrix
    ) 
    public:
    new void SetMatrix( 
       ImGearPDFFixedMatrix^ matrix
    ) 

    Parameters

    matrix
    The new text matrix of the text item.
    Remarks
    The coordinates of text items are specified in text space. This method sets the matrix that defines the transformation from text space to the user space for individual text item. See section '5.3.1 Text-Positioning Operators' of the PDF Reference for more details.
    See Also