[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.HasImage

HasImage Property

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.

Declaration
public bool HasImage { get; }
Public ReadOnly Property HasImage As Boolean
See Also