Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / Transform Property

In This Topic
    Transform Property (LayoutView)
    In This Topic
    Gets or sets the transformation matrix for the LayoutView.
    Syntax
    'Declaration
     
    Public Property Transform As Matrix
    public Matrix Transform {get; set;}
    See Also