DynaPDF Manual - Page 748

Previous Page 747   Index   Next Page 749

Function Reference
Page 748 of 839
ifStamp
This flag is meaningful only if the flag ifAllAnnots is clear. If set, stamp
annotations are imported if any.
if3DAnnot
This flag is meaningful only if the flag ifAllAnnots is clear. If set, 3D
annotations are imported if any.
ifOtherAnnots
This flag is meaningful only if the flag ifAllAnnots is clear. If set, other
annotation types as the ones listed above are imported if any.
ifFormFields
If set, interactive form fields are imported if any (also called AcroForm).
Form fields are also annotations, but this type is handled separately.
ifPrepareForPDFA
If set, LZW compressed streams are recompressed with Flate, the
Interpolate key of images is deleted if set, embedded files are not
imported.
ifPieceInfo
The PieceInfo dictionary contains arbitrary application defined data. The data
in this dictionary is meaningful only for the application that created the data.
ifEnumFonts
If set, only font objects are imported to enable high performance
enumeration of the fonts used in a PDF file. The PDF file must be
deleted with FreePDF() after the fonts were enumerated. See
EnumDocFonts() for further information.
ifAllPageObjects
If set, all types of link annotations are imported when importing a page
within an open page with ImportPageEx(). The entire document should
be imported in this case.
 

Previous topic: SetImportFlags

Next topic: SetImportFlags2