Click or drag to resize

ImportOptions Properties

The ImportOptions type exposes the following members.

Properties
  NameDescription
Public propertyFormFieldsConflictHandler
Gets or sets the handler for resolving conflicts between form fields. Conflicts happen if form fields have equal fully qualified names. Handler can decide to merge fields with or without children, add both fields, or only one field in current form. This parameter may be .
Public propertyInsertIndex
Gets or sets insert position. Default value is -1 (insert pages at the end of document).
Public propertyOwnerPassword Obsolete.
Gets or sets the owner password to open the document. This parameter may be .
Public propertyPagesToImport
Gets or sets indexes of pages that should be imported. If the parameter is not specified, all pages are imported.
Public propertyRepairOptions
Gets or sets an object that determines how foreign content will be repaired on being read. This parameter may be .
Public propertyUserPassword Obsolete.
Gets or sets the user password to open the document. This parameter may be .
Top
See Also