BrowserImageFormat Property

Summary

Gets or sets the format of the image to be displayed by the browser.

Syntax
C#
VB
C++
public BrowserImageFormat BrowserImageFormat { get; set; } 
  
Public Property BrowserImageFormat As BrowserImageFormat 
public: 
property BrowserImageFormat BrowserImageFormat { 
   BrowserImageFormat get(); 
   void set (    BrowserImageFormat ); 
} 

Property Value

The format of the image to be displayed by the browser. Default value is Auto.

Example

Refer to ImageUrl

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly