HtmlSaveOptions.PageCount Property

Aspose.Note for .NET API

HtmlSaveOptionsPageCount Property

Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public int PageCount { get; set; }
Public Property PageCount As Integer
	Get
	Set
public:
property int PageCount {
	int get ();
	void set (int value);
}
member PageCount : int with get, set

Property Value

Type: Int32
See Also