Transform
MatrixTransform Property
|
MatrixTransform.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public MatrixTransform MatrixTransform { get; set; }
Public Property MatrixTransform As MatrixTransform
Get
Set
public:
property MatrixTransform^ MatrixTransform {
MatrixTransform^ get ();
void set (MatrixTransform^ value);
}
member MatrixTransform : MatrixTransform with get, set
Property Value
Type:
MatrixTransform
See Also