 | PdfiumFPDFTOOLS_GetAnnotsWithoutAP Method |
Gets the indexes of the annotations which has no appearance stream.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static uint[] FPDFTOOLS_GetAnnotsWithoutAP(
IntPtr page
)
Public Shared Function FPDFTOOLS_GetAnnotsWithoutAP (
page As IntPtr
) As UInteger()
public:
static array<unsigned int>^ FPDFTOOLS_GetAnnotsWithoutAP(
IntPtr page
)
static member FPDFTOOLS_GetAnnotsWithoutAP :
page : IntPtr -> uint32[]
public static UInt32[] FPDFTOOLS_GetAnnotsWithoutAP(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFTOOLS_GetAnnotsWithoutAP = function(page);
Parameters
- page IntPtr
- The handle to the page.
Return Value
UInt32An array that contains the indexes of the annotations. If there are no such annotations or an error has occurred, null is returned.
See Also