Share via


PrintPageInfo.PageSize Property

Definition

Gets or sets the intended paper size on which to print the given section.

public:
 property Size PageSize { Size get(); void set(Size value); };
Size PageSize();

void PageSize(Size value);
public Size PageSize { get; set; }
var size = printPageInfo.pageSize;
printPageInfo.pageSize = size;
Public Property PageSize As Size

Property Value

The page size of the print section.

Applies to