[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.ImageScaling

ImageScaling Enum

Specifies how images are aligned scaled within spreadsheet cells.

Namespace: C1.WPF.Word.Canvas
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public enum ImageScaling

Fields

Name Description
Clip

Images are clipped to fit within the cell.

None

Images are rendered in their original size, regardless of cell size.

Scale

Images are scaled to fill the cell while preservind their original aspect ratio.

Stretch

Images are stretched to fill the cell.