ActiveReports3 Request technical support
SizeModes Enumeration
See Also  


Determines how a picture should be sized within the control area.

Syntax

Visual Basic (Declaration) 
Public Enum SizeModes 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SizeModes
C# 
public enum SizeModes : Enum 

Members

MemberDescription
ClipThe image is clipped to fit within the control area.
StretchThe image is stretched to fit the control area.
ZoomThe image is scaled until it fits horizontally and vertically within the control area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.SizeModes

See Also