Specifies drawing modes for a picture.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  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 nameDescription
Normal
Draw the picture with its actual size.
Stretch
Stretch the picture to the control's bounds.

See Also