ComponentOne PDF for .NET
C1.C1Pdf Namespace / ImageSizeModeEnum Enumeration

In This Topic
    ImageSizeModeEnum Enumeration
    In This Topic
    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