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 關鍵詞。

適用於