ImageGear for .NET
Convert Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPreflight Class : Convert Method




options
A set of options useful in conversion process.

Glossary Item Box

Analyzes the PDF document and converts it according to PDF/A and PDF/X standards.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

options
A set of options useful in conversion process.

Return Value

Result of the verification/conversion as an ImGearPDFPreflightReport class object.

Remarks

The result is returned as an ImGearPDFPreflightReport object.

If the document is converted successfully, or no conversion was applied with the specified profile, the output report's code value is equal to ImGearPDFPreflightReportCodes.SUCCESS.

If the document is not compliant, the output report's code value is equal to ImGearPDFPreflightReportCodes.INCOMPLIANT_DOCUMENT and its Records property will have a complete report of noncompliances.

See Also

©2013. Accusoft Corporation. All Rights Reserved.