Share via


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

페이지 수를 확인하는 방법을 지정하는 열거형의 값입니다.

적용 대상

추가 정보