PrintDocument.SetPreviewPageCount(Int32, PreviewPageCountType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定準備預覽列印的頁數,並新增至列印清單。
public:
virtual void SetPreviewPageCount(int count, PreviewPageCountType type) = SetPreviewPageCount;
void SetPreviewPageCount(int const& count, PreviewPageCountType const& type);
public void SetPreviewPageCount(int count, PreviewPageCountType type);
function setPreviewPageCount(count, type)
Public Sub SetPreviewPageCount (count As Integer, type As PreviewPageCountType)
參數
- count
-
Int32
int
預覽中包含的頁數。
- type
- PreviewPageCountType
列舉值,指定如何判斷頁面計數。