PrintDocument.SetPreviewPageCount(Int32, PreviewPageCountType) 方法

定義

設定準備預覽列印的頁數,並新增至列印清單。

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

列舉值,指定如何判斷頁面計數。

適用於

另請參閱