DioDocs for PDF
HasImage プロパティ (GcWicBitmap)

DS.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス : HasImage プロパティ
基になる画像が存在するかどうか (ロードまたは作成されているかどうか) を示す値を取得します。このプロパティが false の場合、Load() または CreateImage() を呼び出して、基になる画像をロードまたは作成します。このプロパティが true でない限り、他のメソッドを呼び出すと例外がスローされます。
シンタックス
'宣言
 
Public ReadOnly Property HasImage As System.Boolean
public System.bool HasImage {get;}
参照

GcWicBitmap クラス
GcWicBitmap メンバ
Load(Stream,BaseTransform[]) メソッド
Load(Stream,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) メソッド
Load(String,BaseTransform[]) メソッド
Load(String,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) メソッド
CreateImage メソッド