PrintDocument for WinForms
ImageFormat プロパティ (ImageExporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ImageExporter クラス : ImageFormat プロパティ
Gets or sets the image format associated with the current exporter. Supported formats are: System.Drawing.Imaging.ImageFormat.Bmp, System.Drawing.Imaging.ImageFormat.Gif, System.Drawing.Imaging.ImageFormat.Jpeg, System.Drawing.Imaging.ImageFormat.Png and System.Drawing.Imaging.ImageFormat.Tiff.
シンタックス
'宣言
 
Public Property ImageFormat As System.Drawing.Imaging.ImageFormat
'使用法
 
Dim instance As ImageExporter
Dim value As System.Drawing.Imaging.ImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
public System.Drawing.Imaging.ImageFormat ImageFormat {get; set;}
参照

ImageExporter クラス
ImageExporter メンバ