See Also
ExtractionOptions Class
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
ExtractionOptions Class
>
ExtractionOptions Properties
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
ExtractionOptions Properties
The properties of the ExtractionOptions class are listed here.
Public Properties
Public Property
Description
AllowedExtensions
If the
dtsExoLimitExtensions
flag is set, image and attachment filename extensions will be limited to the values listed in AllowedExtensions.
DefaultExtension
Extension to add to images and attachments when the
dtsExoLimitExtensions
flags is set and an image or attachment has an extension that is not listed in
AllowedExtensions
.
FilenamePrefix
Filename prefix for extracted files stored in outputLocation
Flags
ExtractionOptionsFlags
value.
OutputFileListName
Name of text file to create with the names of all images and attachments extracted to the
OutputLocation
.
OutputLocation
Output folder for images and attachments extracted from the input file
OutputReference
URL of the
OutputLocation
for links in the conversion output.
UnnamedAttachmentLinkText
Text to use for link to an attachment that has no name
See Also
ExtractionOptions Class