ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPreflightConversionResult Class / ImGearPDFPreflightConversionResult Constructor
Indicates the outcome of the conversion. This value is true to indicate success, and false to indicate failure.
A message describing the outcome of the conversion.




In This Topic
    ImGearPDFPreflightConversionResult Constructor
    In This Topic
    Constructs a new ImGearPDFPreflightConversionResult object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal succeeded As Boolean, _
       ByVal description As String _
    )
    'Usage
     
    Dim succeeded As Boolean
    Dim description As String
     
    Dim instance As New ImGearPDFPreflightConversionResult(succeeded, description)
    public ImGearPDFPreflightConversionResult( 
       bool succeeded,
       string description
    )
    public: ImGearPDFPreflightConversionResult( 
       bool succeeded,
       string* description
    )
    public:
    ImGearPDFPreflightConversionResult( 
       bool succeeded,
       String^ description
    )

    Parameters

    succeeded
    Indicates the outcome of the conversion. This value is true to indicate success, and false to indicate failure.
    description
    A message describing the outcome of the conversion.
    See Also