ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : GetMatrix Method |
'Declaration Public Function GetMatrix() As ImGearPDFFixedMatrix
'Usage Dim instance As ImGearPDEElement Dim value As ImGearPDFFixedMatrix value = instance.GetMatrix()
public ImGearPDFFixedMatrix GetMatrix()
public: ImGearPDFFixedMatrix* GetMatrix();
public: ImGearPDFFixedMatrix^ GetMatrix();
This matrix provides the transformation from user space to device space for the element. If there is no cm operator (concatmatrix) in the page stream, the matrix is the identity matrix.
For text object, it specifies the identity matrix.
Writing is not supported for PDE Container, a PDE Group, a PDE Place or a PDE Text.