StandardPrintTaskOptions.InputBin 属性

定义

获取打印任务的输入箱选项的规范名称。

public:
 static property Platform::String ^ InputBin { Platform::String ^ get(); };
static winrt::hstring InputBin();
public static string InputBin { get; }
var string = StandardPrintTaskOptions.inputBin;
Public Shared ReadOnly Property InputBin As String

属性值

String

Platform::String

winrt::hstring

打印任务的输入箱选项的规范名称。

注解

使用此属性获取规范名称,以从 PrintTaskOptions.DisplayedOptions 列表中添加或删除输入箱 (或纸盒) 选项,以指示输入箱选项是否显示在打印预览 UI 中。 有关详细信息,请参阅 自定义打印预览 UI

适用于

另请参阅