Table of Contents

Class TiffGeneratorParameters

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
public class TiffGeneratorParameters
Inheritance
TiffGeneratorParameters
Inherited Members

Constructors

TiffGeneratorParameters()

public TiffGeneratorParameters()

Properties

BinarizationFilter

public ParametricFilter BinarizationFilter { get; set; }

Property Value

ParametricFilter

BinaryDocumentOptimizedCompression

public static CompressionMode BinaryDocumentOptimizedCompression { get; }

Property Value

CompressionMode

Compression

public CompressionMode Compression { get; set; }

Property Value

CompressionMode

DefaultCompression

public static CompressionMode DefaultCompression { get; }

Property Value

CompressionMode

Dpi

public int Dpi { get; set; }

Property Value

int

JpegQuality

public int JpegQuality { get; set; }

Property Value

int

UserFields

public UserField[] UserFields { get; set; }

Property Value

UserField[]

ZipCompressionLevel

public int ZipCompressionLevel { get; set; }

Property Value

int

Methods

FromJson(string)

public static TiffGeneratorParameters FromJson(string rawJson)

Parameters

rawJson string

Returns

TiffGeneratorParameters

FromNative(TiffGeneratorParameters)

public static TiffGeneratorParameters FromNative(TiffGeneratorParameters source)

Parameters

source TiffGeneratorParameters

Returns

TiffGeneratorParameters

FromNative(SBSDKTIFFGeneratorParameters)

public static TiffGeneratorParameters FromNative(SBSDKTIFFGeneratorParameters source)

Parameters

source SBSDKTIFFGeneratorParameters

Returns

TiffGeneratorParameters

ToNative()

public TiffGeneratorParameters ToNative()

Returns

TiffGeneratorParameters