Конструктор Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo

PdfFileInfo::PdfFileInfo() constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo со значениями по умолчанию.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo()

См. также

PdfFileInfo::PdfFileInfo(const System::SharedPtr<Aspose::Pdf::Document>&) constructor

Инициализирует новый объект PdfFileInfo на основе документа.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::SharedPtr<Aspose::Pdf::Document> &document)
ПараметрТипОписание
documentconst System::SharedPtr<Aspose::Pdf::Document>&Документ Pdf.

См. также

PdfFileInfo::PdfFileInfo(const System::SharedPtr<System::IO::Stream>&) constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::SharedPtr<System::IO::Stream> &inputStream)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток, в котором размещён входной файл.

См. также

PdfFileInfo::PdfFileInfo(const System::SharedPtr<System::IO::Stream>&, const System::String&) constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::SharedPtr<System::IO::Stream> &inputStream, const System::String &password)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток, в котором размещён входной файл.
passwordconst System::String&Пароль для доступа к файлу.

См. также

PdfFileInfo::PdfFileInfo(const System::SharedPtr<System::IO::Stream>&, const System::String&, const System::SharedPtr<Security::ICustomSecurityHandler>&) constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::SharedPtr<System::IO::Stream> &inputStream, const System::String &password, const System::SharedPtr<Security::ICustomSecurityHandler> &customSecurityHandler)
ПараметрТипОписание
inputStreamconst System::SharedPtr<System::IO::Stream>&Поток, в котором размещён входной файл.
passwordconst System::String&Пароль для доступа к файлу.
customSecurityHandlerconst System::SharedPtr<Security::ICustomSecurityHandler>&Пользовательский обработчик безопасности.

См. также

PdfFileInfo::PdfFileInfo(const System::String&) constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::String &inputFile)
ПараметрТипОписание
inputFileconst System::String&Имя файла, содержащего входной файл.

См. также

PdfFileInfo::PdfFileInfo(const System::String&, const System::String&) constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::String &inputFile, const System::String &password)
ПараметрТипОписание
inputFileconst System::String&Имя файла, содержащего входной файл.
passwordconst System::String&Пароль для доступа к файлу.

См. также

PdfFileInfo::PdfFileInfo(const System::String&, const System::String&, const System::SharedPtr<Security::ICustomSecurityHandler>&) constructor

Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.

Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::String &inputFile, const System::String &password, const System::SharedPtr<Security::ICustomSecurityHandler> &customSecurityHandler)
ПараметрТипОписание
inputFileconst System::String&Имя файла, содержащего входной файл.
passwordconst System::String&Пароль для доступа к файлу.
customSecurityHandlerconst System::SharedPtr<Security::ICustomSecurityHandler>&Пользовательский обработчик безопасности.

См. также