Click or drag to resize

PdfiumFPDFOBJ_GetGenNum Method

Get a non-negative integer generation number. In a newly created file, all indirect objects have generation numbers of 0. Nonzero generation numbers may be introduced when the file is later updated;

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Int32
A non-negative integer generation number; -1 if any error is occured.
See Also