ComponentOne PDF for .NET
ImageSizeModeEnum Enumeration

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : ImageSizeModeEnum Enumeration
Specifies how to render images into a rectangle.
Syntax
'Declaration
 
Public Enum ImageSizeModeEnum 
   Inherits System.Enum
public enum ImageSizeModeEnum : 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.C1Pdf.ImageSizeModeEnum

See Also

Reference

C1.C1Pdf Namespace