Enum ImageBuffer.CopyOptions
Defines options to configure the behavior of CopyFrom(ImageBuffer, CopyOptions)
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
[Flags]
public enum ImageBuffer.CopyOptions
Fields
Name | Description |
---|---|
None | Default behavior. Copy image data, meta data and chunk data. |
SkipChunkData | Instructs CopyFrom(ImageBuffer, CopyOptions) to not copy the chunk data. |
SkipImage | Instructs CopyFrom(ImageBuffer, CopyOptions) to skip the image data when copying. |