ExportProfiles Object (IExportProfiles Interface)
This object represents a collection of export profiles.
Every Document Definition can have one or more export profiles, which determine how documents will be exported. To access the export profiles of the certain Document Definition, use the ExportProfiles property of the corresponding DocumentDefinition object.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | ExportProfile, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
AddNew | Adds a new export profile to the collection. |
DeleteAll | Removes all the elements from the collection. |
DeleteAt | Removes an element from the collection by its index. |
Delete | Removes an element from the collection. |
Item | Provides access to a single element of the collection. |
Related objects
See also
8/15/2023 1:19:30 PM