Aspose::Pdf::Document::SendTo metod

Document::SendTo(const System::SharedPtr<Devices::DocumentDevice>&, const System::SharedPtr<System::IO::Stream>&) method

Skickar hela dokumentet till dokumentenheten för bearbetning.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, const System::SharedPtr<System::IO::Stream> &output)
ParameterTypBeskrivning
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document enhet som används för att bearbeta dokumentet.
outputconst System::SharedPtr<System::IO::Stream>&Utdatastream innehåller resultaten av dokumentbearbetningen med den angivna enheten.

Se även

Document::SendTo(const System::SharedPtr<Devices::DocumentDevice>&, const System::String&) method

Skickar hela dokumentet till dokumentenheten för bearbetning.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, const System::String &outputFileName)
ParameterTypBeskrivning
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document enhet som används för att bearbeta dokumentet.
outputFileNameconst System::String&Utdatafilnamn med resultaten av bearbetningen.

Se även

Document::SendTo(const System::SharedPtr<Devices::DocumentDevice>&, int32_t, int32_t, const System::SharedPtr<System::IO::Stream>&) method

Skickar vissa sidor i dokumentet till dokumentenheten för bearbetning.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, int32_t fromPage, int32_t toPage, const System::SharedPtr<System::IO::Stream> &output)
ParameterTypBeskrivning
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document enhet som används för att bearbeta dokumentet.
fromPageint32_tDen första sidan för bearbetning.
toPageint32_tDen sista sidan för bearbetning.
outputconst System::SharedPtr<System::IO::Stream>&Utdatastream innehåller resultaten av bearbetning av dokumentets sidor med den angivna enheten.

Se även

Document::SendTo(const System::SharedPtr<Devices::DocumentDevice>&, int32_t, int32_t, const System::String&) method

Skickar hela dokumentet till dokumentenheten för bearbetning.

void Aspose::Pdf::Document::SendTo(const System::SharedPtr<Devices::DocumentDevice> &device, int32_t fromPage, int32_t toPage, const System::String &outputFileName)
ParameterTypBeskrivning
deviceconst System::SharedPtr<Devices::DocumentDevice>&Document enhet som används för att bearbeta dokumentet.
fromPageint32_tDen första sidan för bearbetning.
toPageint32_tDen sista sidan för bearbetning.
outputFileNameconst System::String&Utdatafilnamn med resultaten av bearbetningen.

Se även