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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス : HasImage プロパティ
Gets a value indicating whether the underlying image exists (has been loaded or created). If this property is false, call Load() or CreateImage() to load or create the underlying image. Calling any other method will throw an exception unless this property is true.
シンタックス
'宣言
 
Public ReadOnly Property HasImage As System.Boolean
public System.bool HasImage {get;}
参照

GcBitmap クラス
GcBitmap メンバ
Load(Byte[],Int32,Nullable<Rectangle>) メソッド
Load(Stream,Int32,Nullable<Rectangle>) メソッド
Load(String,Int32,Nullable<Rectangle>) メソッド
CreateImage(Int32,Int32,Boolean,Single,Single) メソッド
CreateImage(IntPtr,Int32,Int32,Boolean,Boolean,Single,Single) メソッド
CreateImage(UInt32[],Int32,Int32,Boolean,Boolean,Single,Single) メソッド