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