VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ImageDataWriter Class
Constructors Properties Methods SeeAlso
In This Topic
ImageDataWriter Class Members
In This Topic
The following tables list the members exposed by ImageDataWriter.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ImageDataWriter class.
Public Properties
 NameDescription
Public PropertyGets the buffer that stores the image line.
Public PropertyGets the count of lines written to an image.
Public PropertyGets the length, in bytes, of image line.
Public Methods
 NameDescription
Public MethodReleases all resources used by this ImageDataWriter object.
Public MethodClears all buffers for this object and causes any buffered data to be written to the image.
Public MethodIncrements the value of the LineCount property.
Public MethodWrites an image line to an image.
See Also