 | PdfiumFPDFTextObj_GetTextFromItems(IntPtr, Int32) Method |
Get non-unicode text containing in text object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFTextObj_GetTextFromItems(
IntPtr textObject,
int codePage
)
Public Shared Function FPDFTextObj_GetTextFromItems (
textObject As IntPtr,
codePage As Integer
) As String
public:
static String^ FPDFTextObj_GetTextFromItems(
IntPtr textObject,
int codePage
)
static member FPDFTextObj_GetTextFromItems :
textObject : IntPtr *
codePage : int -> string
public static String FPDFTextObj_GetTextFromItems(
IntPtr textObject,
int codePage
)
Patagames.Pdf.Pdfium.FPDFTextObj_GetTextFromItems = function(textObject, codePage);
Parameters
- textObject IntPtr
- Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
- codePage Int32
- The code page identifier of the preferred encoding. If 0 then DefaultAnsiEncoding is used.
Return Value
StringText from text object.
See Also