VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / Palette Class / GetActualPixelFormat(PixelFormat) Method
Syntax Requirements SeeAlso
In This Topic
GetActualPixelFormat(PixelFormat) Method (Palette)
In This Topic
Returns actual pixel format if pixel format does not correspond to this palette.
Syntax
'Declaration

Public Function GetActualPixelFormat( _
ByVal pixelFormat
Source pixel format.
As PixelFormat _
) As PixelFormat
public PixelFormat GetActualPixelFormat(
PixelFormat pixelFormat
)

Parameters

pixelFormat
Source pixel format.

Return Value

New pixel format if pixel format does not correspond to this palette; otherwise, source pixel format.
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