PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / ImageSizeMode Enumeration

In This Topic
    ImageSizeMode Enumeration
    In This Topic
    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.Xaml.Pdf.ImageSizeMode

    See Also