Click or drag to resize

PDFDocExtractFlag Enumeration

PDFDocExtractFlag

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PDFDocExtractFlag
Members
  Member nameValueDescription
e_forms_only0default, extract form fields only
e_annots_only1extract annotations only
e_both2extract both form fields and annotations
e_annots_only_no_links5only extract annots, not including links
See Also