Page.SizeType Property

Aspose.Note for .NET API

PageSizeType Property

Gets or sets the size type of a page.

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

Property Value

Type: PageSizeType
Remarks
By default, a page resizes automatically. The default value is SizeByContent.
See Also