PrintPageInfo.PageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.