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

XpsDocument::InsertDocument(int32_t, bool) method

index 위치에 기본 페이지 크기의 빈 문서를 삽입합니다.

void Aspose::Page::XPS::XpsDocument::InsertDocument(int32_t index, bool activate=true)
매개변수형식설명
indexint32_t문서를 삽입할 위치.
활성화bool삽입된 문서를 활성 문서로 선택할지 여부를 나타내는 플래그.

또 보기

XpsDocument::InsertDocument(int32_t, float, float, bool) method

index 위치에 첫 페이지 크기 widthheight 로 빈 문서를 삽입합니다.

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

또 보기