MultiPageOptions Class
Base class for multiple pages supported formats
Inheritance Hierarchy
SystemObject
  Aspose.PSD.ImageOptionsMultiPageOptions

Namespace: Aspose.PSD.ImageOptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class MultiPageOptions

The MultiPageOptions type exposes the following members.

Constructors
  NameDescription
Public methodMultiPageOptions
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(Int32)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(Int32)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(String)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(IntRange)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(IntRange)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(Int32, Rectangle)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(Int32, Rectangle)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(String, Rectangle)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(IntRange, Rectangle)
Initializes a new instance of the MultiPageOptions class.
Public methodMultiPageOptions(IntRange, Rectangle)
Initializes a new instance of the MultiPageOptions class.
Properties
  NameDescription
Public propertyExportArea
Gets or sets the export area.
Public propertyMergeLayers
Gets or sets a value indicating whether [merege layers].
Public propertyMode
Gets or sets the mode.
Public propertyOutputLayersNames
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
Public propertyPageRasterizationOptions
Gets or sets the page rasterization options.
Public propertyPages
Gets or sets the pages.
Public propertyPageTitles
Gets or sets the page titles.
Methods
  NameDescription
Protected methodCheckModeAvailability
Checks the mode application.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitPages
Initializes the pages from ranges array
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also