Click or drag to resize

SaveOptions Class

Represents a base class for saving options of various file formats.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfSaveOptions
    SautinSoft.PdfDocxSaveOptions
    SautinSoft.PdfImageSaveOptions
    SautinSoft.PdfPdfSaveOptions

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class SaveOptions

The SaveOptions type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDocx Gets the default saving options for Microsoft Word Document (DOCX).
Public propertyStatic memberImage Gets the default saving options for image file format. Image will be saved in Png format.
Public propertyStatic memberPdf Gets the default saving options for Portable Document Format (PDF).
Top
See Also