PrintOrientationOptionDetails.State Property

Definition

Gets or sets the state for the print media type option.

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

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

Property Value

The state of the media type option.

Implements

Applies to