ImageSaveOptions Class

Aspose.Note for .NET API

ImageSaveOptions Class

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

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public class ImageSaveOptions : SaveOptions
Public Class ImageSaveOptions
	Inherits SaveOptions
public ref class ImageSaveOptions : public SaveOptions
type ImageSaveOptions =  
    class
        inherit SaveOptions
    end

The ImageSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodImageSaveOptions
Initializes a new instance of the ImageSaveOptions class.
Top
Properties
  NameDescription
Public propertyPageIndex
Gets or sets the index of the first page to save. By default is 0.
Public propertyResolution
Gets or sets the resolution for the generated images, in dots per inch.
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.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also