VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / VintasoftImageDataWriter Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageDataWriter Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageDataWriter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftImageDataWriter 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 VintasoftImageDataWriter 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