'宣言 Public Property ImageType As ImageTypes
public ImageTypes ImageType {get; set;}
ImageTypes列挙体。デフォルト値はMetafileです。もう1つの値はPNGです。
サポートされていないグラフィックコマンドのため、メタファイルとしてエクスポートした場合に問題が生じる画像もあります。PDFにエクスポートにおいて画像に問題が生じた場合は、ImageTypeをPNGに設定します。
CustomControl クラス CustomControl メンバ ImageTypes 列挙体
©2003-2015 GrapeCity inc. All rights reserved.