Метод Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak
Содержание
[
Скрывать
]PdfFileEditor::AddPageBreak(const System::SharedPtr<Document>&, const System::SharedPtr<Document>&, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&) method
Добавляет разрывы страниц в документ.
void Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak(const System::SharedPtr<Document> &src, const System::SharedPtr<Document> &dest, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>> &pageBreaks)
| Параметр | Тип | Описание |
|---|---|---|
| src | const System::SharedPtr<Document>& | Исходный документ. |
| dest | const System::SharedPtr<Document>& | Документ назначения. |
| pageBreaks | const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>& | Массив объектов PageBreak, описывающих места разрывов страниц. |
См. также
- Typedef SharedPtr
- Class Document
- Typedef ArrayPtr
- Class PageBreak
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::AddPageBreak(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&) method
Добавляет разрывы страниц в документ.
void Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak(const System::SharedPtr<System::IO::Stream> &src, const System::SharedPtr<System::IO::Stream> &dest, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>> &pageBreaks)
| Параметр | Тип | Описание |
|---|---|---|
| src | const System::SharedPtr<System::IO::Stream>& | Источник, содержащий исходный документ. |
| dest | const System::SharedPtr<System::IO::Stream>& | Источник, где будет сохранён документ назначения. |
| pageBreaks | const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>& | Массив объектов PageBreak, описывающих страницы и места, где будет добавлен разрыв страницы. |
См. также
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class PageBreak
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileEditor::AddPageBreak(const System::String&, const System::String&, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&) method
Добавляет разрывы страниц в документ.
void Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak(const System::String &src, const System::String &dest, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>> &pageBreaks)
| Параметр | Тип | Описание |
|---|---|---|
| src | const System::String& | Путь к исходному документу. |
| dest | const System::String& | Путь к документу назначения. |
| pageBreaks | const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>& | Массив объектов PageBreak, описывающих страницы и места, где будет добавлен разрыв страницы. |
См. также
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PageBreak
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++