 | PdfPageObjectMatrix Property |
Gets or sets the transformation matrix for the page object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_MATRIX Matrix { get; set; }
Public Property Matrix As FS_MATRIX
Get
Set
public:
property FS_MATRIX^ Matrix {
FS_MATRIX^ get ();
void set (FS_MATRIX^ value);
}
member Matrix : FS_MATRIX with get, set
/** @property */
public FS_MATRIX get_Matrix()
/** @property */
public void set_Matrix(FS_MATRIX value)
function get_Matrix();
function set_Matrix(value);
Property Value
FS_MATRIX
See Also