'宣言
Public Enum ImageSizing Inherits System.Enum
public enum ImageSizing : System.Enum
'宣言
Public Enum ImageSizing Inherits System.Enum
public enum ImageSizing : System.Enum
メンバ | 解説 |
---|---|
AutoSize | 画像レポートアイテムを画像に合わせて拡大することを示します。 |
Clip | 画像を収まるように切り取ります。 |
Fit | 画像は、画像レポートアイテムのサイズに合わせて切り取られることを示します。 |
FitProportional | 画像は、画像レポートアイテムのサイズに合わせて切り取られますが、縦横比は維持されることを示します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.ImageSizing