[]
        
(Showing Draft Content)

C1.C1Pdf.ImageSizeModeEnum

ImageSizeModeEnum Enum

Specifies how to render images into a rectangle.

Namespace: C1.C1Pdf
Assembly: C1.C1Pdf.4.8.dll
Syntax
public enum ImageSizeModeEnum

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.