[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.ImageBinding

ImageBinding Enum

Specifies how the image data is attached to the Image object.

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public enum ImageBinding
Public Enum ImageBinding

Fields

Name Description
FilePath

An Image object holds the path to the source image file. The file must not be moved or deleted while the Image object exists.

InMemoryData

An Image loads the whole binary content of the source image file or stream when created. No connection to the source file or stream exists after that.

Stream

An Image is attached to an opened Stream. The Stream must be kept open while the Image object exists.