←Select platform

BindingSaveImageFormat Property

Summary

Gets or sets the Leadtools.RasterImageFormat used when saving images to a data binding object.

Syntax

C#
VB
C++
public RasterImageFormat BindingSaveImageFormat { get; set; } 
Public Property BindingSaveImageFormat As Leadtools.RasterImageFormat 
public: 
property Leadtools.RasterImageFormat BindingSaveImageFormat { 
   Leadtools.RasterImageFormat get(); 
   void set (    Leadtools.RasterImageFormat ); 
} 

Property Value

the Leadtools.RasterImageFormat used when saving images to a data binding object.

Remarks

BindingSaveBitsPerPixel must be set to a value compatible with the image format used or 0 to automatically use the most compatible bits/pixel value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly