 | PdfiumFPDFTextObj_GetPosX Method |
Get X position of the specified text object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFTextObj_GetPosX(
IntPtr textObject,
out float x
)
Public Shared Sub FPDFTextObj_GetPosX (
textObject As IntPtr,
<OutAttribute> ByRef x As Single
)
public:
static void FPDFTextObj_GetPosX(
IntPtr textObject,
[OutAttribute] float% x
)
static member FPDFTextObj_GetPosX :
textObject : IntPtr *
x : float32 byref -> unit
public static void FPDFTextObj_GetPosX(
IntPtr textObject,
/** @attribute OutAttribute */ /** @ref */float x
)
Patagames.Pdf.Pdfium.FPDFTextObj_GetPosX = function(textObject, x);
Parameters
- textObject IntPtr
- Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
- x Single
- Pointer to a float value receiving the X coordinate of the text object.
See Also