PrintDialog.MaxPage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定頁面範圍所允許之最大頁碼。
public:
property System::UInt32 MaxPage { System::UInt32 get(); void set(System::UInt32 value); };
public uint MaxPage { get; set; }
member this.MaxPage : uint32 with get, set
Public Property MaxPage As UInteger
屬性值
, UInt32 表示可在 [ 列印 ] 對話方塊中的頁面範圍中使用的最高頁碼。
例外狀況
屬性設為小於 1。
備註
當 [列印] 對話方塊設定為列印頁面超出 和 MinPage 值設定的範圍 MaxPage 時,按一下 [列印] 的使用者會收到錯誤訊息,告知他們最大和最小頁碼。 不會列印任何內容。