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

In This Topic
    FileSourceRaw Property
    In This Topic
    Gets or sets the image source.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property FileSourceRaw As System.Nullable(Of Byte)
    public System.Nullable<byte> FileSourceRaw {get; set;}
    See Also