Конструктор Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo
Содержание
[
Скрывать
]PdfFileInfo::PdfFileInfo() constructor
Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo со значениями по умолчанию.
Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo()
См. также
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileInfo::PdfFileInfo(const System::SharedPtr<Aspose::Pdf::Document>&) constructor
Инициализирует новый объект PdfFileInfo на основе документа.
Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::SharedPtr<Aspose::Pdf::Document> &document)
| Параметр | Тип | Описание |
|---|---|---|
| document | const System::SharedPtr<Aspose::Pdf::Document>& | Документ Pdf. |
См. также
- Typedef SharedPtr
- Class Document
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Поток, в котором размещён входной файл. |
См. также
- Typedef SharedPtr
- Class Stream
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Поток, в котором размещён входной файл. |
| password | const System::String& | Пароль для доступа к файлу. |
См. также
- Typedef SharedPtr
- Class Stream
- Class String
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| inputStream | const System::SharedPtr<System::IO::Stream>& | Поток, в котором размещён входной файл. |
| password | const System::String& | Пароль для доступа к файлу. |
| customSecurityHandler | const System::SharedPtr<Security::ICustomSecurityHandler>& | Пользовательский обработчик безопасности. |
См. также
- Typedef SharedPtr
- Class Stream
- Class String
- Class ICustomSecurityHandler
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileInfo::PdfFileInfo(const System::String&) constructor
Инициализирует новый экземпляр класса Aspose.Pdf.Facades.PdfFileInfo.
Aspose::Pdf::Facades::PdfFileInfo::PdfFileInfo(const System::String &inputFile)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Имя файла, содержащего входной файл. |
См. также
- Class String
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Имя файла, содержащего входной файл. |
| password | const System::String& | Пароль для доступа к файлу. |
См. также
- Class String
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| inputFile | const System::String& | Имя файла, содержащего входной файл. |
| password | const System::String& | Пароль для доступа к файлу. |
| customSecurityHandler | const System::SharedPtr<Security::ICustomSecurityHandler>& | Пользовательский обработчик безопасности. |
См. также
- Class String
- Typedef SharedPtr
- Class ICustomSecurityHandler
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++