 | PdfiumFPDFOBJ_IsString Method |
Gets a value that indicates whether the PDF object is a String object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFOBJ_IsString(
IntPtr obj_handle
)
Public Shared Function FPDFOBJ_IsString (
obj_handle As IntPtr
) As Boolean
public:
static bool FPDFOBJ_IsString(
IntPtr obj_handle
)
static member FPDFOBJ_IsString :
obj_handle : IntPtr -> bool
public static boolean FPDFOBJ_IsString(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_IsString = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
Return Value
BooleanTrue if the specified object is a String object; otherwise, false.
See Also