DioDocs for PDF
ImageBinding 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : ImageBinding 列挙体
Specifies how the image data is attached to the Image object.
シンタックス
'宣言
 
Public Enum ImageBinding 
   Inherits System.Enum
public enum ImageBinding : System.Enum 
メンバ
メンバ解説
FilePathAn Image object holds the path to the source image file. The file must not be moved or deleted while the Image object exists.
InMemoryDataAn 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.
StreamAn Image is attached to an opened Stream. The Stream must be kept open while the Image object exists.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.ImageBinding

参照

GrapeCity.Documents.Drawing 名前空間