Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BilevelBitmap Class / ExifProfile Property

In This Topic
    ExifProfile Property (BilevelBitmap)
    In This Topic
    Gets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.
    Syntax
    'Declaration
     
    Public Property ExifProfile As ExifProfile
    public ExifProfile ExifProfile {get; set;}
    See Also