FPDFAnnot_GetFileAttachment function

  1. @Native<FPDF_ATTACHMENT Function(FPDF_ANNOTATION annot)>(FPDF_ANNOTATION)>()
FPDF_ATTACHMENT FPDFAnnot_GetFileAttachment(
  1. FPDF_ANNOTATION annot
)

Experimental API. Get the attachment from |annot|.

annot - handle to a file annotation.

Returns the handle to the attachment object, or NULL on failure.

Implementation

@ffi.Native<FPDF_ATTACHMENT Function(FPDF_ANNOTATION)>()
external FPDF_ATTACHMENT FPDFAnnot_GetFileAttachment(FPDF_ANNOTATION annot);