Aspose::Pdf::Facades::PdfContentEditor::BindPdf method
PdfContentEditor::BindPdf(System::SharedPtr<System::IO::Stream>) method
Vincula un flujo PDF para edición.
void Aspose::Pdf::Facades::PdfContentEditor::BindPdf(System::SharedPtr<System::IO::Stream> inputStream) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| inputStream | System::SharedPtr<System::IO::Stream> | Un flujo PDF para editar. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfContentEditor::BindPdf(System::String) method
Vincula un archivo PDF para edición.
void Aspose::Pdf::Facades::PdfContentEditor::BindPdf(System::String inputFile) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| inputFile | System::String | Un archivo PDF para editar. |
Ver también
- Class String
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++