 | PdfiumFPDFTextObj_GetTextMatrix(IntPtr, FS_MATRIX) Method |
Get the text object matrix.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFTextObj_GetTextMatrix(
IntPtr textObject,
out FS_MATRIX matrix
)
Public Shared Sub FPDFTextObj_GetTextMatrix (
textObject As IntPtr,
<OutAttribute> ByRef matrix As FS_MATRIX
)
public:
static void FPDFTextObj_GetTextMatrix(
IntPtr textObject,
[OutAttribute] FS_MATRIX^% matrix
)
static member FPDFTextObj_GetTextMatrix :
textObject : IntPtr *
matrix : FS_MATRIX byref -> unit
public static void FPDFTextObj_GetTextMatrix(
IntPtr textObject,
/** @attribute OutAttribute */ /** @ref */FS_MATRIX matrix
)
Patagames.Pdf.Pdfium.FPDFTextObj_GetTextMatrix = function(textObject, matrix);
Parameters
- textObject IntPtr
- Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
- matrix FS_MATRIX
- Transformation matrix.
See Also