PowerTools ActiveReports for .NET 9.0J
ImageSizing 列挙体

画像レポートアイテムの領域内に画像のサイズ変更方法を決定します。
構文
'宣言
 
Public Enum ImageSizing 
   Inherits System.Enum
public enum ImageSizing : System.Enum 
メンバ
メンバ解説
AutoSize画像レポートアイテムを画像に合わせて拡大することを示します。
Clip画像を収まるように切り取ります。
Fit画像は、画像レポートアイテムのサイズに合わせて切り取られることを示します。
FitProportional画像は、画像レポートアイテムのサイズに合わせて切り取られますが、縦横比は維持されることを示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Definition.Components.ImageSizing

参照

関連項目

GrapeCity.ActiveReports.Extensibility.Definition.Components 名前空間

 

 


©2003-2015 GrapeCity inc. All rights reserved.