Метод Aspose::Pdf::Document::Validate
Содержание
[
Скрывать
]Document::Validate(const System::SharedPtr<PdfFormatConversionOptions>&) method
Проверить документ в указанный файл.
bool Aspose::Pdf::Document::Validate(const System::SharedPtr<PdfFormatConversionOptions> &options)
| Параметр | Тип | Описание |
|---|---|---|
| опции | const System::SharedPtr<PdfFormatConversionOptions>& | набор параметров для преобразования PDF‑документа |
ReturnValue
Результат операции
См. также
- Typedef SharedPtr
- Class PdfFormatConversionOptions
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::Validate(const System::SharedPtr<System::IO::Stream>&, Aspose::Pdf::PdfFormat) method
Проверить документ в указанный файл.
bool Aspose::Pdf::Document::Validate(const System::SharedPtr<System::IO::Stream> &outputLogStream, Aspose::Pdf::PdfFormat format)
| Параметр | Тип | Описание |
|---|---|---|
| outputLogStream | const System::SharedPtr<System::IO::Stream>& | Поток, в котором будут сохраняться комментарии. |
| формат | Aspose::Pdf::PdfFormat | PDF‑формат. |
ReturnValue
Результат операции
См. также
- Typedef SharedPtr
- Class Stream
- Enum PdfFormat
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::Validate(const System::String&, Aspose::Pdf::PdfFormat) method
Проверить документ в указанный файл.
bool Aspose::Pdf::Document::Validate(const System::String &outputLogFileName, Aspose::Pdf::PdfFormat format)
| Параметр | Тип | Описание |
|---|---|---|
| outputLogFileName | const System::String& | Путь к файлу, в котором будут сохраняться комментарии. |
| формат | Aspose::Pdf::PdfFormat | PDF‑формат. |
ReturnValue
Результат операции
См. также
- Class String
- Enum PdfFormat
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++