LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SizeMode Property
See Also 
Leadtools.WinForms Namespace > RasterImagePrinter Class : SizeMode Property



Gets or sets the size mode of this RasterImagePrinter

Syntax

Visual Basic (Declaration) 
Public Property SizeMode As RasterPaintSizeMode
Visual Basic (Usage)Copy Code
Dim instance As RasterImagePrinter
Dim value As RasterPaintSizeMode
 
instance.SizeMode = value
 
value = instance.SizeMode
C# 
public RasterPaintSizeMode SizeMode {get; set;}
C++/CLI 
public:
property RasterPaintSizeMode SizeMode {
   RasterPaintSizeMode get();
   void set (    RasterPaintSizeMode value);
}

Property Value

An Leadtools.RasterPaintSizeMode enumeration value that determine how the class prints the image and the automatic adjustments of the display rectangles.

Example

For an example, refer to RasterImagePrinter and ImageRectangle.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also