Aspose::Page::XPS::XpsDocument::AddDocument 메서드

XpsDocument::AddDocument(bool) method

기본 페이지 크기로 빈 문서를 추가합니다.

void Aspose::Page::XPS::XpsDocument::AddDocument(bool activate=true)
매개변수형식설명
활성화bool추가된 문서를 활성 문서로 선택할지 여부를 나타내는 플래그.

또 보기

XpsDocument::AddDocument(float, float, bool) method

첫 페이지의 widthheight 차원으로 빈 문서를 추가합니다.

void Aspose::Page::XPS::XpsDocument::AddDocument(float width, float height, bool activate=true)
매개변수형식설명
widthfloat첫 번째 페이지의 너비.
heightfloat첫 번째 페이지의 높이.
활성화bool추가된 문서를 활성 문서로 선택할지 여부를 나타내는 플래그.

또 보기