PageSetup.PrintQuality[Object] Property

Definition

Returns or sets the print quality.

public:
 property System::Object ^ PrintQuality[System::Object ^] { System::Object ^ get(System::Object ^ Index); void set(System::Object ^ Index, System::Object ^ value); };
public object PrintQuality[object Index] { get; set; }
Public Property PrintQuality(Optional Index As Object) As Object

Parameters

Index
Object

Optional Object. Horizontal print quality (1) or vertical print quality (2). Some printers may not support vertical print quality. If you don’t specify this argument, the PrintQuality property returns (or can be set to) a two-element array that contains both horizontal and vertical print quality.

Property Value

Applies to