Aspose::Pdf::Facades::PdfConverter::BindPdf method

PdfConverter::BindPdf(System::SharedPtr<System::IO::Stream>) method

Binds a Pdf Stream for convert.

void Aspose::Pdf::Facades::PdfConverter::BindPdf(System::SharedPtr<System::IO::Stream> inputStream) override
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>The pdf Stream.

See Also

PdfConverter::BindPdf(System::String) method

Binds a Pdf file for converting.

void Aspose::Pdf::Facades::PdfConverter::BindPdf(System::String inputFile) override
ParameterTypeDescription
inputFileSystem::StringThe pdf file.

See Also