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.For an example, refer to RasterImagePrinter and ImageRectangle.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7