Aspose::Pdf::Facades::PdfFileSecurity::BindPdf method

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

Initializes the facade.

void Aspose::Pdf::Facades::PdfFileSecurity::BindPdf(System::SharedPtr<System::IO::Stream> srcStream) override
ParameterTypeDescription
srcStreamSystem::SharedPtr<System::IO::Stream>The stream of PDF file.

See Also

PdfFileSecurity::BindPdf(System::String) method

Initializes the facade.

void Aspose::Pdf::Facades::PdfFileSecurity::BindPdf(System::String srcFile) override
ParameterTypeDescription
srcFileSystem::StringThe PDF file.

See Also