DynaPDF Manual - Page 746

Previous Page 745   Index   Next Page 747

Function Reference
Page 746 of 839
ifNoContent
If set, the visual contents of external pages will not be imported. This
flag can be used to copy interactive objects from one file to another.
ifImportAsPage
If set, pages are not converted to templates. This flag is useful if an
imported page must not be used multiple times. Conversion to
templates is recommended if multiple imported pages should appear
on the same page since overlapping pages can cause resource conflicts.
ifCatalogAction
If set, catalog actions will be imported if any. The documents catalog is
the root object of a PDF file, which can trigger actions when the file will
be opened, closed, or printed. See AddActionToObj() for further
information.
ifPageActions
If set, page actions are imported if any. A page action is an action that
was added to the page itself, not an object of a page.
ifBookmarks
If set, bookmarks are imported if any.
ifArticles
If set, Articles are imported if any.
ifPageLabels
If set, page labels are imported if any. If multiple files are imported,
DynaPDF imports the page labels of the first file only.
ifThumbs
If set, thumb nail images are imported if any. Thumb nails can be
dynamically created by Acrobat since Acrobat 5. The thumb nail images
can be removed to reduce disk space.
ifTranspGroups
If set, transparency groups are imported if any. If transparency groups
are removed the objects appear then opaque.
ifSeparationInfo
If set, the separation information dictionary will be imported if any.
ifBoxColorInfo
If set, the bounding boxes artbox, bleedbox and trimbox are shown in
user defined color. Note that the cropbox represents the current page;
the page is already cropped if a cropbox was defined.
ifStructureTree
If set, structure trees are imported if any. A structure tree contains
information about the logical structure of a document. This information
can be used by screen readers and other accessibility plug-ins to enable
certain features. The information of a structure tree is not required to
view or print a PDF document.
ifTransition
If set, transition settings are import. A transition dictionary contains
 

Previous topic: SetImportFlags

Next topic: SetImportFlags2