Class PageSavingArgs
Class PageSavingArgs
Namespace: Aspose.Cells.Rendering
Assembly: Aspose.Cells.dll (25.2.0)
Info for a page saving process.
public class PageSavingArgs
Inheritance
Derived
PageEndSavingArgs, PageStartSavingArgs
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
PageCount
Total page count.
public int PageCount { get; }
Property Value
PageIndex
Current page index, zero based.
public int PageIndex { get; }