DocSaveOptions Properties |
The DocSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddReturnToLineEnd |
Use paragraph or line breaks
|
![]() | BatchSize |
Defines batch size if batched conversion is applicable
to source and destination formats pair.
|
![]() | CloseResponse |
Gets or sets boolean value which indicates will Response object be closed after document saved into response.
(Inherited from SaveOptions.) |
![]() | ExtractOcrSublayerOnly |
This atrribute turned on functionality for extracting image or text
for PDF documents with OCR sublayer.
(Inherited from UnifiedSaveOptions.) |
![]() | Format |
Output format
|
![]() | ImageResolutionX |
Converted images X resolution.
|
![]() | ImageResolutionY |
Converted images Y resolution.
|
![]() | MaxDistanceBetweenTextLines | |
![]() | Mode |
Recognition mode.
|
![]() | RecognizeBullets |
Switch on the recognition of bullets
|
![]() | RelativeHorizontalProximity |
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.
|
![]() | SaveFormat |
Format of data save.
(Inherited from SaveOptions.) |
![]() | WarningHandler |
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.) |