Aspose.Note for .Net
PageSizeType Property |
Gets or sets the size type of a page.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

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
By default, a page resizes automatically. The default value is SizeByContent.
