Click or drag to resize

PdfiumFPDFTOOLS_GetAnnotsWithoutAP Method

Gets the indexes of the annotations which has no appearance stream.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static uint[] FPDFTOOLS_GetAnnotsWithoutAP(
	IntPtr page
)

Parameters

page  IntPtr
The handle to the page.

Return Value

UInt32
An array that contains the indexes of the annotations. If there are no such annotations or an error has occurred, null is returned.
See Also