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