PrintCapabilities.PageBorderlessCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取值的集合,这些值用于指示打印机是否可以打印到介质的边缘。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PageBorderless> ^ PageBorderlessCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PageBorderless> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PageBorderless> PageBorderlessCapability { get; }
member this.PageBorderlessCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PageBorderless>
Public ReadOnly Property PageBorderlessCapability As ReadOnlyCollection(Of PageBorderless)
属性值
ReadOnlyCollection<T> 值的一个 PageBorderless。
注解
大多数激光和喷墨打印机不支持无边框打印。 它们必须允许未打印的边距,以防止墨粉进入移动纸张的打印机部件上。 但是,许多摄影打印机确实支持无边框打印。
如果打印机不支持无边框打印,则集合为空。
此属性对应于打印架构的PageBorderless
关键字 (keyword) 。