Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return Value

An 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also