Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / HasImage Property

In This Topic
    HasImage Property (GcWicBitmap)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasImage As System.Boolean
    public System.bool HasImage {get;}
    See Also