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

ページ数を決定する方法を指定する列挙体の値。

適用対象

こちらもご覧ください