VirtualPrinterInstallationParameters.SupportedInputFormats Property

Definition

public:
 property IVector<VirtualPrinterSupportedFormat ^> ^ SupportedInputFormats { IVector<VirtualPrinterSupportedFormat ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVector<VirtualPrinterSupportedFormat> SupportedInputFormats();
[Windows.Foundation.Metadata.Experimental]
public IList<VirtualPrinterSupportedFormat> SupportedInputFormats { [Windows.Foundation.Metadata.Experimental] get; }
var iVector = virtualPrinterInstallationParameters.supportedInputFormats;
Public ReadOnly Property SupportedInputFormats As IList(Of VirtualPrinterSupportedFormat)

Property Value

Attributes

Applies to