Click or drag to resize

PdfiumFPDFOBJ_IsString Method

Gets a value that indicates whether the PDF object is a String object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFOBJ_IsString(
	IntPtr obj_handle
)

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Boolean
True if the specified object is a String object; otherwise, false.
See Also