ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPreflight Class / Convert(ImGearPDFPreflightConversionOptions) Method
Conversion options.




In This Topic
    Convert(ImGearPDFPreflightConversionOptions) Method
    In This Topic
    Analyzes the PDF document and converts it according to PDF/A standards.
    Syntax

    Parameters

    options
    Conversion options.

    Return Value

    Conversion results as an ImGearPDFPreflightConversionResult object.
    Remarks

    Regardless of conversion outcome, the caller should dispose ImGearPDFPreflightConversionResult.Document when finished working with the PDF document produced.

    If the document is converted successfully, ImGearPDFPreflightConversionResult.Succeeded is true.

    If the document is not converted successfully, ImGearPDFPreflightConversionResult.Succeeded is false, and ImGearPDFPreflightConversionResult.Description provides a message about the attempt.

    A conversion example can be found in description of ImGearPDFPreflight class.

    See Also