StandardPrintTaskOptions.HolePunch 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取打印任务的打孔选项的规范名称。
public:
static property Platform::String ^ HolePunch { Platform::String ^ get(); };
static winrt::hstring HolePunch();
public static string HolePunch { get; }
var string = StandardPrintTaskOptions.holePunch;
Public Shared ReadOnly Property HolePunch As String
属性值
打印任务的打孔选项的规范名称。
注解
使用此属性可获取规范名称,以在 PrintTaskOptions.DisplayedOptions 列表中添加或删除打孔选项,以指示孔打孔选项是否显示在打印预览 UI 中。 有关详细信息,请参阅 自定义打印预览 UI。 此属性仅适用于支持打孔功能的打印机。