Class SaveOptions

SaveOptions class

SaveOptions type hold level of abstraction on individual save options

public abstract class SaveOptions

Properties

NameDescription
CacheGlyphs { get; set; }Gets or sets boolean value which indicates if will font glyphs be cached while preparing aps pages. Improves performance of conversion pdf to other formats but increases memory consumption.
CloseResponse { get; set; }Gets or sets boolean value which indicates will Response object be closed after document saved into response.
SaveFormat { get; }Format of data save.
WarningHandler { get; set; }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.

See Also