ImageGear .NET v25.0 - Updated
SetMatrix Method (ImGearPDEElement)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : SetMatrix Method
The transformation matrix for an element.
Sets the transformation matrix for an element.
Syntax
'Declaration
 
Public Sub SetMatrix( _
   ByVal matrix As ImGearPDFFixedMatrix _
) 
'Usage
 
Dim instance As ImGearPDEElement
Dim matrix As ImGearPDFFixedMatrix
 
instance.SetMatrix(matrix)
public void SetMatrix( 
   ImGearPDFFixedMatrix matrix
)
public: void SetMatrix( 
   ImGearPDFFixedMatrix* matrix
) 
public:
void SetMatrix( 
   ImGearPDFFixedMatrix^ matrix
) 

Parameters

matrix
The transformation matrix for an element.
Remarks

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.

See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDFFixedMatrix Class