ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPreflightConversionResult Class / Succeeded Property




In This Topic
    Succeeded Property
    In This Topic
    Indicates that the conversion was successful.
    Syntax
    'Declaration
     
    Public Property Succeeded As Boolean
    'Usage
     
    Dim instance As ImGearPDFPreflightConversionResult
    Dim value As Boolean
     
    instance.Succeeded = value
     
    value = instance.Succeeded
    public bool Succeeded {get; set;}
    public: __property bool get_Succeeded();
    public: __property void set_Succeeded( 
       bool value
    );
    public:
    property bool Succeeded {
       bool get();
       void set (    bool value);
    }
    See Also