| Visual Basic (Declaration) | |
|---|---|
Public Property PaintProperties As RasterPaintProperties | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImagePrinter Dim value As RasterPaintProperties instance.PaintProperties = value value = instance.PaintProperties | |
| C# | |
|---|---|
public RasterPaintProperties PaintProperties {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterPaintProperties PaintProperties { RasterPaintProperties get(); void set ( RasterPaintProperties value); } | |
Property Value
The Leadtools.Drawing.RasterPaintProperties which control the print properties of this RasterImagePrinter.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
Copy Code