Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

BitmapScalingMode Property (ImageViewer)






Gets or sets the algorithm used to scale bitmap images.
Syntax
public BitmapScalingMode BitmapScalingMode {get; set;}
'Declaration
 
Public Property BitmapScalingMode As BitmapScalingMode
'Usage
 
Dim instance As ImageViewer
Dim value As BitmapScalingMode
 
instance.BitmapScalingMode = value
 
value = instance.BitmapScalingMode

            

            
public:
property BitmapScalingMode BitmapScalingMode {
   BitmapScalingMode get();
   void set (    BitmapScalingMode value);
}

Property Value

The BitmapScalingMode.
Remarks
For more information see System.Windows.Media.BitmapScalingMode.
Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file