Aspose::Pdf::Document::Validate metod

Document::Validate(const System::SharedPtr<PdfFormatConversionOptions>&) method

Validera dokumentet till den angivna filen.

bool Aspose::Pdf::Document::Validate(const System::SharedPtr<PdfFormatConversionOptions> &options)
ParameterTypBeskrivning
optionsconst System::SharedPtr<PdfFormatConversionOptions>&uppsättning alternativ för att konvertera PDF-dokument

ReturnValue

Resultatet av operationen

Se även

Document::Validate(const System::SharedPtr<System::IO::Stream>&, Aspose::Pdf::PdfFormat) method

Validera dokumentet till den angivna filen.

bool Aspose::Pdf::Document::Validate(const System::SharedPtr<System::IO::Stream> &outputLogStream, Aspose::Pdf::PdfFormat format)
ParameterTypBeskrivning
outputLogStreamconst System::SharedPtr<System::IO::Stream>&Ström där kommentarerna kommer att lagras.
formatAspose::Pdf::PdfFormatPDF-formatet.

ReturnValue

Resultatet av operationen

Se även

Document::Validate(const System::String&, Aspose::Pdf::PdfFormat) method

Validera dokumentet till den angivna filen.

bool Aspose::Pdf::Document::Validate(const System::String &outputLogFileName, Aspose::Pdf::PdfFormat format)
ParameterTypBeskrivning
outputLogFileNameconst System::String&Sökväg till filen där kommentarerna kommer att lagras.
formatAspose::Pdf::PdfFormatPDF-formatet.

ReturnValue

Resultatet av operationen

Se även