Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics Namespace / FormXObject Class / Matrix Property

In This Topic
    Matrix Property (FormXObject)
    In This Topic
    Gets or sets the System.Numerics.Matrix3x2 that maps form space into user space.
    Syntax
    'Declaration
     
    Public Property Matrix As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 Matrix {get; set;}
    See Also