C1.WPF.Word.4 Assembly > C1.WPF.Word.Canvas Namespace : ImageScaling Enumeration |
'Declaration Public Enum ImageScaling Inherits System.Enum
public enum ImageScaling : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.Word.Canvas.ImageScaling