DocSaveOptions Properties

The DocSaveOptions type exposes the following members.

Properties
  NameDescription
Public propertyAddReturnToLineEnd
Use paragraph or line breaks
Public propertyBatchSize
Defines batch size if batched conversion is applicable to source and destination formats pair.
Public propertyCloseResponse
Gets or sets boolean value which indicates will Response object be closed after document saved into response.
(Inherited from SaveOptions.)
Public propertyExtractOcrSublayerOnly
This atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.
(Inherited from UnifiedSaveOptions.)
Public propertyFormat
Output format
Public propertyImageResolutionX
Converted images X resolution.
Public propertyImageResolutionY
Converted images Y resolution.
Public propertyMaxDistanceBetweenTextLines
Public propertyMode
Recognition mode.
Public propertyRecognizeBullets
Switch on the recognition of bullets
Public propertyRelativeHorizontalProximity
In Pdf words may be innerly represented with operators that prints words by independently printing their letters or syllables. So, to detect words sometimes we need detect groups of independent chars that are in fact words. This setting defines width of space between text elements(letters, syllables) that must be treated as distance between words during recognition of words in source PDF. (presence of empty space at least with this width between letters means that textual elements pertain to different words). It's normed to font size - 1.0 means 100% of supposed word's font size. ATTENTION!It's used only in cases when source PDF contains specific rarely used fonts for which optimal value cannot be calculated from font. So, in vast majority of cases this parameter changes nothing in result document.
Public propertySaveFormat
Format of data save.
(Inherited from SaveOptions.)
Public propertyWarningHandler
Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Save operation continues, however the user may also return Abort in which case the Save operation should cease.
(Inherited from SaveOptions.)
See Also