SizeMode Property

Summary

Determines how to align the image in the destination rectangle.

Syntax
C#
VB
C++
public override RasterPaintSizeMode SizeMode { get; set; } 
  
Public Overrides Property SizeMode As RasterPaintSizeMode 
public: 
property RasterPaintSizeMode SizeMode { 
   RasterPaintSizeMode get() override; 
   void set (    RasterPaintSizeMode ) override; 
} 

Property Value

This is always set to RasterPaintSizeMode.Normal.

Remarks

This property is inherited from Leadtools.WinForms.RasterImageViewer and is always set to RasterPaintSizeMode.Normal.

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.Jpip.Client.WinForms Assembly