BrowserImageFormat Property

Summary

Gets or sets the format of the thumbnail image displayed in the thumbnail viewer.

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 thumbnail viewer. The default value is Auto.

Example

For an example, refer to Add(String,Int32,Int32,String).

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