PrintCapabilities.PageBorderlessCapability 属性

定义

获取值的集合,这些值用于指示打印机是否可以打印到介质的边缘。

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 关键字。

适用于