Click or drag to resize

Pdfium.FPDFOBJ_IsName Method

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

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

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