[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifProfile.Load

Load Method

Load(byte[], int, int)

Loads Exif metadata from a byte array.

Declaration
public void Load(byte[] data, int offset = 0, int length = 0)
Public Sub Load(data As Byte(), Optional offset As Integer = 0, Optional length As Integer = 0)
Parameters
Type Name Description
byte[] data
int offset
int length

Load(Stream)

Loads Exif metadata from a Stream.

Declaration
public void Load(Stream stream)
Public Sub Load(stream As Stream)
Parameters
Type Name Description
Stream stream