PrintTaskOptions.MediaSize 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 media size option of the print task.
public:
property PrintMediaSize MediaSize { PrintMediaSize get(); void set(PrintMediaSize value); };
PrintMediaSize MediaSize();
void MediaSize(PrintMediaSize value);
public PrintMediaSize MediaSize { get; set; }
var printMediaSize = printTaskOptions.mediaSize;
printTaskOptions.mediaSize = printMediaSize;
Public Property MediaSize As PrintMediaSize
Property Value
The media size option.