Метод 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)
ПараметрТипОписание
srcconst System::SharedPtr<Document>&Исходный документ.
destconst System::SharedPtr<Document>&Документ назначения.
pageBreaksconst System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&Массив объектов PageBreak, описывающих места разрывов страниц.

См. также

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)
ПараметрТипОписание
srcconst System::SharedPtr<System::IO::Stream>&Источник, содержащий исходный документ.
destconst System::SharedPtr<System::IO::Stream>&Источник, где будет сохранён документ назначения.
pageBreaksconst System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&Массив объектов PageBreak, описывающих страницы и места, где будет добавлен разрыв страницы.

См. также

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)
ПараметрТипОписание
srcconst System::String&Путь к исходному документу.
destconst System::String&Путь к документу назначения.
pageBreaksconst System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&Массив объектов PageBreak, описывающих страницы и места, где будет добавлен разрыв страницы.

См. также