SuppressEmptyLastPage Property
In This Topic
Gets or sets a value indicating whether to suppress adding an empty page at the end of the document if the last object contains a page break after itself. The default value is false.
Syntax
'Declaration
Public Property SuppressEmptyLastPage As Boolean
public bool SuppressEmptyLastPage {get; set;}
See Also