PdfSaveOptions Class |
Namespace: Aspose.Pdf
The PdfSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSaveOptions | Initializes a new instance of the PdfSaveOptions class |
Name | Description | |
---|---|---|
![]() | CloseResponse |
Gets or sets boolean value which indicates will Response object be closed after document saved into response.
(Inherited from SaveOptions.) |
![]() | DefaultFontName |
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)
|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |