名前 | 解説 | |
---|---|---|
Binding | Gets the value indicating how the image data is attached to the Image object. | |
Encoding | Gets the encoding of the image. | |
ExifProfile | Gets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image. | |
FilePath | Gets the full path to the image file, if Binding is equal to ImageBinding.FilePath. | |
FrameIndex | Gets the index of the image frame. | |
Height | Gets the height of the image in pixels. | |
HorizontalResolution | Gets the horizontal resolution (dots per inch) of the image. | |
Initialized | Gets a value indicating if the image is initialized and not disposed yet. | |
InMemoryData | Gets the byte array with image data, if Binding is equal to ImageBinding.InMemoryData. | |
IsDisposed | Gets a value indicating whether the Image has been disposed of. | |
OwnStream | Gets a value indicating if the input stream should be closed when the Image is disposed. | |
Rotation | Gets the flip and rotate transformations that must be applied to the image. | |
Stream | Gets the image stream, if Binding is equal to ImageBinding.Stream. | |
StreamStartPosition | Gets the start position for image data in the associated Stream. | |
VerticalResolution | Gets the vertical resolution (dots per inch) of the image. | |
Width | Gets the width of the image in pixels. |