Click or drag to resize

IAppendable Interface

An interface that an ImageEncoder can implement when it supports appending an image to the end of an existing file.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IAppendable

The IAppendable type exposes the following members.

Properties
  NameDescription
Public propertyAppend
Gets or sets a value indicating if the image will be appended to the end of a file.
Top
See Also