FPDFDoc_GetAttachmentCount method
Experimental API. Get the number of embedded files in |document|.
document - handle to a document.
Returns the number of embedded files in |document|.
Implementation
int FPDFDoc_GetAttachmentCount(FPDF_DOCUMENT document) {
return _FPDFDoc_GetAttachmentCount(document);
}