Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / DoXObject Class / Matrix Property

In This Topic
    Matrix Property (DoXObject)
    In This Topic
    Gets the GraphicsState.Matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Matrix As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 Matrix {get;}
    See Also