PrintMediaSizeOptionDetails.State Property

Definition

Gets or sets the state of the option for the number of printed copies.

public:
 property PrintOptionStates State { PrintOptionStates get(); void set(PrintOptionStates value); };
PrintOptionStates State();

void State(PrintOptionStates value);
public PrintOptionStates State { get; set; }
var printOptionStates = printMediaSizeOptionDetails.state;
printMediaSizeOptionDetails.state = printOptionStates;
Public Property State As PrintOptionStates

Property Value

The state of the option.

Implements

Applies to