Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd-metod

PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream>&, int32_t, const System::SharedPtr<System::IO::Stream>&) method

Delar från angiven plats, och sparar den bakre delen som en ny fil Stream.

bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t location, const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Käll Pdf filström.
locationint32_tDelningspositionen.
outputStreamconst System::SharedPtr<System::IO::Stream>&Utdata Pdf filström.

ReturnValue

True vid lyckat resultat, annars false.

Anmärkningar

Strömmarna stängs INTE efter denna operation om inte CloseConcatedStreams anges.

Se även

PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream>&, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method

Delar från angiven plats, och sparar den bakre delen i HttpResponse-objekt.

bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::SharedPtr<System::IO::Stream> &inputStream, int32_t location, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputStreamconst System::SharedPtr<System::IO::Stream>&Källdokumentström.
locationint32_tDelningspunkt.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse-objekt.

ReturnValue

true om delning lyckades.

Se även

PdfFileEditor::SplitToEnd(const System::String&, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method

Delar från angiven plats, och sparar den bakre delen i HttpResponse-objekt.

bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::String &inputFile, int32_t location, const System::SharedPtr<System::Web::HttpResponse> &response)
ParameterTypBeskrivning
inputFileconst System::String&källfilnamn.
locationint32_tDelningspunkt.
responseconst System::SharedPtr<System::Web::HttpResponse>&HttpResponse-objekt.

ReturnValue

Sant om operationen lyckades.

Se även

PdfFileEditor::SplitToEnd(const System::String&, int32_t, const System::String&) method

Delar från platsen, och sparar den bakre delen som en ny fil.

bool Aspose::Pdf::Facades::PdfFileEditor::SplitToEnd(const System::String &inputFile, int32_t location, const System::String &outputFile)
ParameterTypBeskrivning
inputFileconst System::String&Käll Pdf fil.
locationint32_tDelningspositionen.
outputFileconst System::String&Utdata Pdf filsökväg.

ReturnValue

True vid lyckat resultat, annars false.

Se även