PageRotationMatrix Property |
Gets transofmation matrix for the page.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Matrix RotationMatrix { get; }
Public ReadOnly Property RotationMatrix As Matrix
Get
public:
property Matrix^ RotationMatrix {
Matrix^ get ();
}
member RotationMatrix : Matrix with get
Property Value
Type:
Matrix
See Also