Aspose::Pdf::Facades::PdfExtractor::BindPdf method

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

Binds PDF document from stream.

void Aspose::Pdf::Facades::PdfExtractor::BindPdf(System::SharedPtr<System::IO::Stream> inputStream) override
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>Stream containing PDF document data

See Also

PdfExtractor::BindPdf(System::String) method

Bind input PDF file.

void Aspose::Pdf::Facades::PdfExtractor::BindPdf(System::String inputFile) override
ParameterTypeDescription
inputFileSystem::StringPDF file to bind

See Also