Aspose::Pdf::Facades::IFacade::BindPdf method

IFacade::BindPdf(System::SharedPtr<Document>) method

Binds PDF document for editing.

virtual void Aspose::Pdf::Facades::IFacade::BindPdf(System::SharedPtr<Document> srcDoc)=0
ParameterTypeDescription
srcDocSystem::SharedPtr<Document>Input PDF document.

See Also

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

Binds PDF document for editing.

virtual void Aspose::Pdf::Facades::IFacade::BindPdf(System::SharedPtr<System::IO::Stream> srcStream)=0
ParameterTypeDescription
srcStreamSystem::SharedPtr<System::IO::Stream>The stream of input PDF document.

See Also

IFacade::BindPdf(System::String) method

Binds PDF document for editing.

virtual void Aspose::Pdf::Facades::IFacade::BindPdf(System::String srcFile)=0
ParameterTypeDescription
srcFileSystem::StringThe path of input PDF document.

See Also