Page.SizeType

Page.SizeType property

Gets or sets the size type of a page.

public PageSizeType SizeType { get; set; }

Remarks

By default, a page resizes automatically. The default value is SizeByContent.

See Also