ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / BitmapGraphicsRendering Class / Bitmap Property

In This Topic
    Bitmap Property
    In This Topic
    Gets GrapeCity.Documents.Imaging.GcBitmap inner object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bitmap As GrapeCity.Documents.Imaging.GcBitmap
    public GrapeCity.Documents.Imaging.GcBitmap Bitmap {get;}
    See Also