PdfSaveOptions Class

Aspose.Note for .NET API

PdfSaveOptions Class

Allows to specify additional options when rendering document pages to PDF.
Inheritance Hierarchy
SystemObject  Aspose.Note.SavingSaveOptions
    Aspose.Note.SavingPdfSaveOptions

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public sealed class PdfSaveOptions : SaveOptions
Public NotInheritable Class PdfSaveOptions
	Inherits SaveOptions
public ref class PdfSaveOptions sealed : public SaveOptions
[<SealedAttribute>]
type PdfSaveOptions =  
    class
        inherit SaveOptions
    end

The PdfSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodPdfSaveOptions
Initializes a new instance of the PdfSaveOptions class.
Top
Properties
  NameDescription
Public propertyPageCount
Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.
Public propertyPageIndex
Gets or sets the index of the first page to save. By default is 0.
Public propertyPageSplittingAlgorithm
Gets or sets algorithm used for page splitting.
Public propertySaveFormat
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also