You are here: Start » FIL.NET » BarcodeParams Structure

BarcodeParams Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Specifies range of possible barcodes.

Constructors

 ConstructorDescription
BarcodeParams(Nullable<BarcodeFormat>, Polarity, Single, Single)

Properties

 NameTypeDescription
DefaultFilNet.BarcodeParams
FormatSystem.Nullable<FilNet.BarcodeFormat>Format of the barcode
IsDefaultSystem.Boolean
MaxModuleSizeSystem.SingleMaximal size of a barcode thinnest bar in pixels
MinModuleSizeSystem.SingleMinimal size of a barcode thinnest bar in pixels
PolarityFilNet.PolaritySpecifies whether barcode bars are darker or brighter than the background

Methods

 NameDescription
Equals(FilNet.BarcodeParams)
Equals(object)Inherited from System.Object
Equals(FilNet.BarcodeParams, FilNet.BarcodeParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also