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

In This Topic
    ExifProfile Property (GrayscaleBitmap)
    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