| PdfPatternParentMatrix Property |
Gets the transformation matrix of the parent content stream.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_MATRIX ParentMatrix { get; }
Public ReadOnly Property ParentMatrix As FS_MATRIX
Get
public:
property FS_MATRIX^ ParentMatrix {
FS_MATRIX^ get ();
}
member ParentMatrix : FS_MATRIX with get
/** @property */
public FS_MATRIX get_ParentMatrix()
function get_ParentMatrix();
Property Value
FS_MATRIXSee Also