ComponentOne PDF for WPF and Silverlight
ImageSizeMode Enumeration

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace : ImageSizeMode Enumeration
Specifies how to render images into a rectangle.
Syntax
'Declaration
 
Public Enum ImageSizeMode 
   Inherits System.Enum
public enum ImageSizeMode : System.Enum 
Members
MemberDescription
ClipImage is clipped to the rectangle.
ScaleImage is scaled to fill as much of the rectangle as possible, while keeping the original aspect ratio.
StretchImage is stretched to fill the rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Pdf.ImageSizeMode

See Also

Reference

C1.WPF.Pdf Namespace