The OutputFileFormat Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the file format to use when saving the scanned image(s).
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ScanActivity
Dim value As OutputFileFormat
instance.OutputFileFormat = value
value = instance.OutputFileFormat |
Property Value
The
OutputFileFormat to use when saving the scanned image(s).
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also