VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ErrorImageCreatingEventArgs Class / ErrorImage Property
Syntax Requirements SeeAlso
In This Topic
    ErrorImage Property (ErrorImageCreatingEventArgs)
    In This Topic
    Gets or sets the error image.
    Syntax
    'Declaration
    
    Public Property ErrorImage As VintasoftImage
    
    
    public VintasoftImage ErrorImage { get; set; }
    
    
    public: __property VintasoftImage* get_ErrorImage();
    public: __property void set_ErrorImage(
    VintasoftImage* value
    );
    public:
    property VintasoftImage^ ErrorImage { VintasoftImage^ get(); void set(VintasoftImage^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also