IPrintTaskOptionsCoreProperties.MediaSize Property

Definition

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 = iPrintTaskOptionsCoreProperties.mediaSize;
iPrintTaskOptionsCoreProperties.mediaSize = printMediaSize;
Public Property MediaSize As PrintMediaSize

Property Value

The media size option.

Applies to