Format Property

Summary

Gets a value which indicates the image file format associated with the type.

Syntax
C#
VB
C++
public RasterImageFormat Format { get; } 
  
Public ReadOnly Property Format As RasterImageFormat 
public: 
property RasterImageFormat Format { 
   RasterImageFormat get(); 
} 

Property Value

A Leadtools.RasterImageFormat value for the image file format associated with the type.

Example

Refer to RasterSaveDialog example.

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.WinForms.CommonDialogs.File Assembly