'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.