PdfSaveOptions Class
Save options for export to Pdf format
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class PdfSaveOptions : SaveOptions

The PdfSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodPdfSaveOptions
Initializes a new instance of the PdfSaveOptions class
Properties
  NameDescription
Public propertyCloseResponse
Gets or sets boolean value which indicates will Response object be closed after document saved into response.
(Inherited from SaveOptions.)
Public propertyDefaultFontName
Font name used by default for fonts which are absent on computer. When the PDF document that is saved into PDF contains fonts, that are not available in the document itself and on the device, API replaces this fonts with the default font(if font with DefaultFontName is found on device)
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.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also