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.8.8
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also