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