StandardPrintTaskOptions.InputBin 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得列印工作的輸入間隔選項標準名稱。
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
屬性值
列印工作的輸入間隔選項標準名稱。
備註
使用此屬性可取得標準名稱,以從 PrintTaskOptions.DisplayedOptions 清單新增或移除輸入紙匣 (或) 紙匣選項,以指出輸入匣選項是否出現在預覽列印 UI 中。 如需詳細資訊,請參閱 自訂預覽列印 UI。