BindingSaveImageFormat Property

Summary

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

Syntax

C#
C++/CLI
C++
public RasterImageFormat BindingSaveImageFormat { get; set; } 
public: 
property RasterImageFormat BindingSaveImageFormat { 
   RasterImageFormat get(); 
   void set (    RasterImageFormat ); 
} 
public:  
   property RasterImageFormat^ BindingSaveImageFormat 
   { 
      RasterImageFormat^ get() 
      void set(RasterImageFormat^ value) 
   } 

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

See Also

Reference

RasterImageViewer Class

RasterImageViewer Members

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

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.