Aspose::Pdf::Facades::PdfContentEditor::BindPdf method
PdfContentEditor::BindPdf(System::SharedPtr<System::IO::Stream>) method
Binds a PDF stream for editing.
void Aspose::Pdf::Facades::PdfContentEditor::BindPdf(System::SharedPtr<System::IO::Stream> inputStream) override
Parameter | Type | Description |
---|---|---|
inputStream | System::SharedPtr<System::IO::Stream> | A PDF stream to be edited. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfContentEditor::BindPdf(System::String) method
Binds a PDF file for editing.
void Aspose::Pdf::Facades::PdfContentEditor::BindPdf(System::String inputFile) override
Parameter | Type | Description |
---|---|---|
inputFile | System::String | A PDF file to be edited. |
See Also
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++