Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WatermarkAnnotation Class / Matrix Property

In This Topic
    Matrix Property (WatermarkAnnotation)
    In This Topic
    Gets or sets the matrix used to transform the annotation’s rectangle before rendering.
    Syntax
    'Declaration
     
    Public Property Matrix As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 Matrix {get; set;}
    See Also