VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / VintasoftImageDataWriter Class / VintasoftImageDataWriter Constructor(VintasoftImage,Int32)
Syntax Requirements SeeAlso
In This Topic
VintasoftImageDataWriter Constructor(VintasoftImage,Int32)
In This Topic
Initializes a new instance of the VintasoftImageDataWriter class.
Syntax
'Declaration

Public Function New( _
ByVal image
VintasoftImage that stores an image.
As Vintasoft.Imaging.VintasoftImage, _
ByVal lineLength
Line length, in bytes.
As System.Int32 _
)
public VintasoftImageDataWriter(
Vintasoft.Imaging.VintasoftImage image,
System.Int32 lineLength
)

Parameters

image
VintasoftImage that stores an image.
lineLength
Line length, in bytes.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also