| PdfTextObjectTextMatrix Property |
Note: This API is now obsolete.
This property is obsolete. Please use
Matrix property instead.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax [ObsoleteAttribute("This property is obsolete. Please use Matrix property instead.",
false)]
public FS_MATRIX TextMatrix { get; }
<ObsoleteAttribute("This property is obsolete. Please use Matrix property instead.",
false)>
Public ReadOnly Property TextMatrix As FS_MATRIX
Get
public:
[ObsoleteAttribute(L"This property is obsolete. Please use Matrix property instead.",
false)]
property FS_MATRIX^ TextMatrix {
FS_MATRIX^ get ();
}
[<ObsoleteAttribute("This property is obsolete. Please use Matrix property instead.",
false)>]
member TextMatrix : FS_MATRIX with get
/** @property */
/** @attribute ObsoleteAttribute("This property is obsolete. Please use Matrix property instead.",
false) */
public FS_MATRIX get_TextMatrix()
function get_TextMatrix();
Property Value
FS_MATRIXSee Also