Specifies drawing modes for a picture.
    Namespace: 
   PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public enum PictureSizeMode  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration PictureSizeMode  | 
| Visual C++ | 
|---|
public enum class PictureSizeMode  | 
Members
| Member name | Description | |
|---|---|---|
| Normal | Draw the picture with its actual size.  | |
| Stretch | Stretch the picture to the control's bounds.  |