Visual Basic (Declaration) | |
---|---|
Public Property SizeMode As RasterPaintSizeMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterPaintSizeMode SizeMode {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterPaintSizeMode get_SizeMode(); public: __property void set_SizeMode( RasterPaintSizeMode value ); |
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.Refer to RasterImagePrinter example.
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