 | PdfiumFPDFAnnot_GetAppearanceStream Method |
Gets appearance stream for the specified annotation and mode
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFAnnot_GetAppearanceStream(
IntPtr annotDict,
AppearanceStreamModes mode
)
Public Shared Function FPDFAnnot_GetAppearanceStream (
annotDict As IntPtr,
mode As AppearanceStreamModes
) As IntPtr
public:
static IntPtr FPDFAnnot_GetAppearanceStream(
IntPtr annotDict,
AppearanceStreamModes mode
)
static member FPDFAnnot_GetAppearanceStream :
annotDict : IntPtr *
mode : AppearanceStreamModes -> IntPtr
public static IntPtr FPDFAnnot_GetAppearanceStream(
IntPtr annotDict,
AppearanceStreamModes mode
)
Patagames.Pdf.Pdfium.FPDFAnnot_GetAppearanceStream = function(annotDict, mode);
Parameters
- annotDict IntPtr
- Handle to the PDF document.
- mode AppearanceStreamModes
- An annotation appearance mode.
Return Value
IntPtrHandle to the appearance stream.
See Also