Click or drag to resize

PdfiumFPDFAnnot_GetAppearanceStream Method

Gets appearance stream for the specified annotation and mode

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFAnnot_GetAppearanceStream(
	IntPtr annotDict,
	AppearanceStreamModes mode
)

Parameters

annotDict  IntPtr
Handle to the PDF document.
mode  AppearanceStreamModes
An annotation appearance mode.

Return Value

IntPtr
Handle to the appearance stream.
See Also