Aspose::Pdf::Facades::IFacade::BindPdf method
Contents
[
Hide
]IFacade::BindPdf(System::SharedPtr<Document>) method
Binds PDF document for editing.
virtual void Aspose::Pdf::Facades::IFacade::BindPdf(System::SharedPtr<Document> srcDoc)=0
Parameter | Type | Description |
---|---|---|
srcDoc | System::SharedPtr<Document> | Input PDF document. |
See Also
- Typedef SharedPtr
- Class Document
- Class IFacade
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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
Parameter | Type | Description |
---|---|---|
srcStream | System::SharedPtr<System::IO::Stream> | The stream of input PDF document. |
See Also
- Typedef SharedPtr
- Class Stream
- Class IFacade
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
IFacade::BindPdf(System::String) method
Binds PDF document for editing.
virtual void Aspose::Pdf::Facades::IFacade::BindPdf(System::String srcFile)=0
Parameter | Type | Description |
---|---|---|
srcFile | System::String | The path of input PDF document. |
See Also
- Class String
- Class IFacade
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++