PrintTicketFeature.Options Property

Definition

Gets a list of print ticket options available for this feature.

public:
 property IVectorView<PrintTicketOption ^> ^ Options { IVectorView<PrintTicketOption ^> ^ get(); };
IVectorView<PrintTicketOption> Options();
public IReadOnlyList<PrintTicketOption> Options { get; }
var iVectorView = printTicketFeature.options;
Public ReadOnly Property Options As IReadOnlyList(Of PrintTicketOption)

Property Value

A list of option objects.

Applies to