[]
        
(Showing Draft Content)

C1.Util.ImageSizeMode

ImageSizeMode Enum

Specifies how to render images into a rectangle.

Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public enum ImageSizeMode

Fields

Name Description
Clip

Image is clipped to the rectangle.

Scale

Image is scaled to fill as much of the rectangle as possible, while keeping the original aspect ratio.

Stretch

Image is stretched to fill the rectangle.