Visual Basic (Declaration) | |
---|---|
Public Property SizeMode As RasterPaintSizeMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to RasterImagePrinter and ImageRectangle.
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