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
ParameterTypeDescription
inputStreamSystem::SharedPtr<System::IO::Stream>A PDF stream to be edited.

See Also

PdfContentEditor::BindPdf(System::String) method

Binds a PDF file for editing.

void Aspose::Pdf::Facades::PdfContentEditor::BindPdf(System::String inputFile) override
ParameterTypeDescription
inputFileSystem::StringA PDF file to be edited.

See Also