MobiXmlSaveOptions Properties |
The MobiXmlSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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.) |