PrintTaskOptionDetails.Options 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 the list of options for the advanced print task.
public:
property IMapView<Platform::String ^, IPrintOptionDetails ^> ^ Options { IMapView<Platform::String ^, IPrintOptionDetails ^> ^ get(); };
IMapView<winrt::hstring, IPrintOptionDetails const&> Options();
public IReadOnlyDictionary<string,IPrintOptionDetails> Options { get; }
var iMapView = printTaskOptionDetails.options;
Public ReadOnly Property Options As IReadOnlyDictionary(Of String, IPrintOptionDetails)
Property Value
The list of options for the advanced print task.