DocumentPage 생성자

정의

DocumentPage 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
DocumentPage(Visual)

지정된 클래스를 사용하여 클래스의 DocumentPage 새 인스턴스를 초기화합니다 Visual.

DocumentPage(Visual, Size, Rect, Rect)

지정된 크기 및 상자 크기를 사용하여 클래스의 DocumentPage 새 인스턴스를 Visual 초기화합니다.

DocumentPage(Visual)

지정된 클래스를 사용하여 클래스의 DocumentPage 새 인스턴스를 초기화합니다 Visual.

public:
 DocumentPage(System::Windows::Media::Visual ^ visual);
public DocumentPage(System.Windows.Media.Visual visual);
new System.Windows.Documents.DocumentPage : System.Windows.Media.Visual -> System.Windows.Documents.DocumentPage
Public Sub New (visual As Visual)

매개 변수

visual
Visual

페이지의 시각적 표현입니다.

적용 대상

DocumentPage(Visual, Size, Rect, Rect)

지정된 크기 및 상자 크기를 사용하여 클래스의 DocumentPage 새 인스턴스를 Visual 초기화합니다.

public:
 DocumentPage(System::Windows::Media::Visual ^ visual, System::Windows::Size pageSize, System::Windows::Rect bleedBox, System::Windows::Rect contentBox);
public DocumentPage(System.Windows.Media.Visual visual, System.Windows.Size pageSize, System.Windows.Rect bleedBox, System.Windows.Rect contentBox);
new System.Windows.Documents.DocumentPage : System.Windows.Media.Visual * System.Windows.Size * System.Windows.Rect * System.Windows.Rect -> System.Windows.Documents.DocumentPage
Public Sub New (visual As Visual, pageSize As Size, bleedBox As Rect, contentBox As Rect)

매개 변수

visual
Visual

페이지의 시각적 표현입니다.

pageSize
Size

자르기 이후의 여백을 포함하여 페이지의 크기입니다.

bleedBox
Rect

논리적 페이지 경계 외부의 실제 시트에 나타날 수 있는 인쇄 프로덕션 관련 출혈, 등록 표시 및 자르기 표시 영역입니다.

contentBox
Rect

여백 내의 페이지 영역입니다.

설명

bleedBox 실제 시트가 최종 페이지 크기로 잘려질 것으로 예상되는 경우 차원이 차원보다 pageSize 클 수 있습니다.

추가 정보

적용 대상