PrintColorModeOptionDetails.State 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 state of the print color mode option.
public:
property PrintOptionStates State { PrintOptionStates get(); void set(PrintOptionStates value); };
PrintOptionStates State();
void State(PrintOptionStates value);
public PrintOptionStates State { get; set; }
var printOptionStates = printColorModeOptionDetails.state;
printColorModeOptionDetails.state = printOptionStates;
Public Property State As PrintOptionStates
Property Value
The state of the print color mode option.