PrintTicketFeature.SetSelectedOption(PrintTicketOption) Method
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.
Sets the given option as the selected option for this print feature.
public:
virtual void SetSelectedOption(PrintTicketOption ^ value) = SetSelectedOption;
void SetSelectedOption(PrintTicketOption const& value);
public void SetSelectedOption(PrintTicketOption value);
function setSelectedOption(value)
Public Sub SetSelectedOption (value As PrintTicketOption)
Parameters
- value
- PrintTicketOption
The option to be set as selected.