Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak method

PdfFileEditor::AddPageBreak(const System::SharedPtr<Document>&, const System::SharedPtr<Document>&, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&) method

Adds page breaks into document pages.

void Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak(const System::SharedPtr<Document> &src, const System::SharedPtr<Document> &dest, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>> &pageBreaks)
ParameterTypeDescription
srcconst System::SharedPtr<Document>&Source document.
destconst System::SharedPtr<Document>&Destination document.
pageBreaksconst System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&Array of PageBreak objects which describe places of page breaks.

See Also

PdfFileEditor::AddPageBreak(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&) method

Adds page breaks into document pages.

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)
ParameterTypeDescription
srcconst System::SharedPtr<System::IO::Stream>&Source which contains source document.
destconst System::SharedPtr<System::IO::Stream>&Source where destination document will be saved.
pageBreaksconst System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&Array of PageBreak object describing pages and places where page break will be added.

See Also

PdfFileEditor::AddPageBreak(const System::String&, const System::String&, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&) method

Adds page breaks into document pages.

void Aspose::Pdf::Facades::PdfFileEditor::AddPageBreak(const System::String &src, const System::String &dest, const System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>> &pageBreaks)
ParameterTypeDescription
srcconst System::String&Path to source document.
destconst System::String&Path to destination document.
pageBreaksconst System::ArrayPtr<System::SharedPtr<PdfFileEditor::PageBreak>>&Array of PageBreak object describing pages and places where page break will be added.

See Also