Format translations dictionary.
Namespace: Dynamsoft.DotNet.TWAIN.FiltersAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public abstract Dictionary<PixelFormat, PixelFormat> FormatTransalations { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property FormatTransalations As Dictionary(Of PixelFormat, PixelFormat) Get |
Remarks
The dictionary defines, which pixel formats are supported for source images and which pixel format will be used for resulting image.
See [!:IFilterInformation.FormatTransalations] for more information.