Class MultipageCreateOptions
Class MultipageCreateOptions
Namespace: Aspose.Imaging.ImageOptions
Assembly: Aspose.Imaging.dll (25.2.0)
The multipage create options
public class MultipageCreateOptions
Inheritance
object ← MultipageCreateOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MultipageCreateOptions()
public MultipageCreateOptions()
Properties
AfterPageExport
Gets or sets the after page export.
public AfterPageExportAction AfterPageExport { get; set; }
Property Value
BeforePageExport
Gets or sets the before page export.
public BeforePageExportAction BeforePageExport { get; set; }
Property Value
PageCount
Gets or sets the page count.
public int PageCount { get; set; }