Click or drag to resize

ScannerProperties Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.ConfigurationPropertyGroup
    Com.Datalogic.Decode.ConfigurationScannerProperties

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ScannerProperties : PropertyGroup

The ScannerProperties type exposes the following members.

Properties
  NameDescription
Public propertyAztec
Controls the Aztec barcode reading capabilities.
Public propertyCodabar
Controls the Codabar barcode reading capabilities.
Public propertyCode128
Controls the Code 128, GS1-128 and ISBT 128 barcode reading capabilities.
Public propertyCode39
Controls the Code 39, Code 32 and Tri-Optic barcode reading capabilities.
Public propertyCode93
Controls the Code 93 barcode reading capabilities.
Public propertyComposite
Controls the GS1 Composite barcode reading capabilities.
Public propertyDatamatrix
Controls the Data Matrix barcode reading capabilities.
Public propertyDigimarc
Controls the Digimarc barcode ™ reading capabilities.
Public propertyDiscrete25
Controls the Discrete 2 of 5 barcode reading capabilities.
Public propertyDisplayNotification
Provides configuration for the display notification.
Public propertyDnotification
Provides configuration for decoding notifications.
Public propertyDotcode
Controls the DotCode barcode reading capabilities.
Public propertyEan13
Controls the EAN-13 barcode reading capabilities.
Public propertyEan8
Controls the EAN-8 barcode reading capabilities.
Public propertyFormat
Provides configuration for formatting functionalities.
Public propertyFrameCaptureConfiguration
Controls the frame capture feature.
Public propertyGoodread
Provides configuration for good read notifications.
Public propertyGroups
Returns the property groups contained in this group, not in the whole subtree.
(Inherited from PropertyGroup.)
Public propertyGs1DataBar14
Controls the GS1 DataBar 14 barcode reading capabilities.
Public propertyGs1DataBarExpanded
Controls the GS1 DataBar Expanded barcode reading capabilities.
Public propertyGs1DataBarLimited
Controls the GS1 DataBar Limited barcode reading capabilities.
Public propertyHanXin
Controls the Han Xin barcode reading capabilities.
Public propertyId
Gets the integer value of the unique identifier PropertyGroupID
(Inherited from PropertyGroup.)
Public propertyIntentWedge
Provides configuration for the Intent Wedge.
Public propertyInterleaved25
Controls the Interleaved 2 of 5 barcode reading capabilities.
Public propertyInverse
Controls the reverse decoding mode for linear and 2D barcodes.
Public propertyIsFullySupported
Tells if this property group is completely supported by the underling decoding hardware.
(Inherited from PropertyGroup.)
Public propertyIsSupported
Tells if this property group is supported by the underling decoding hardware.
(Inherited from PropertyGroup.)
Public propertyJniPeerMembers
To be added.
(Overrides PropertyGroupJniPeerMembers.)
Public propertyKeyboardWedge
Provides configuration for the Keyboard Wedge.
Public propertyLinearQZ
Controls the admitted valid margins for linear barcodes.
Public propertyMatrix25
Controls the Matrix 2 of 5 barcode reading capabilities.
Public propertyMaxicode
Controls the Maxicode barcode reading capabilities.
Public propertyMicropdf417
Controls the Micro PDF417 barcode reading capabilities.
Public propertyMicroQr
Controls the Micro QR Code barcode reading capabilities.
Public propertyMsi
Controls the MSI barcode reading capabilities.
Public propertyMultiScan
Provides configuration related to Multi Scan functionalities.
Public propertyName
Gets the name of the unique identifierPropertyGroupID
(Inherited from PropertyGroup.)
Public propertyOcr
Controls the OCR reading capabilities.
Public propertyP4State
Controls the USPS 4-State barcode reading capabilities.
Public propertyPAus
Controls the Australia Post barcode reading capabilities.
Public propertyPdf417
Controls the PDF417 barcode reading capabilities.
Public propertyPJap
Controls the Japan Post barcode reading capabilities.
Public propertyPKix
Controls the KIX barcode reading capabilities.
Public propertyPPlanet
Controls the US PLANET barcode reading capabilities.
Public propertyPPostnet
Controls the US POSTNET barcode reading capabilities.
Public propertyPresentationMode
Provides configuration related to presentation mode functionalities.
Public propertyPRM
Controls the Royal Mail barcode reading capabilities.
Public propertyProperties
Returns the properties contained in this group, not in the whole subtree.
(Inherited from PropertyGroup.)
Public propertyQrCode
Controls the QR Code barcode reading capabilities.
Public propertyScannerOptions
Provides configuration related to scanner functionalities.
Public propertyUpcA
Controls the UPC-A barcode reading capabilities.
Public propertyUpcE
Controls the UPC-E barcode reading capabilities.
Public propertyUpcEanExtensions
Controls the UPC/EAN extensions reading capabilities.
Public propertyWebWedge
Provides configuration for the Web wedge.
Top
Methods
  NameDescription
Public methodStatic memberEdit
Returns all the ScannerProperties initialized with the actual values.
Public methodGetPropertyById
Gets the Property
(Inherited from PropertyGroup.)
Public methodGetPropertyByName
Gets the Property
(Inherited from PropertyGroup.)
Public methodGetPropertyGroupById
Gets the PropertyGroup
(Inherited from PropertyGroup.)
Public methodGetPropertyGroupByName
Gets the PropertyGroup
(Inherited from PropertyGroup.)
Public methodLoad
Load the properties values contained by this group from the PropertyGetter.
(Inherited from PropertyGroup.)
Public methodSetToDefault
Resets to the default value all the properties contained in the subtree.
(Inherited from PropertyGroup.)
Public methodStore
Store the properties values contained by this property into the PropertyEditor.
(Inherited from PropertyGroup.)
Top
Remarks
ScannerProperties is the scanner property container class.

[Android Documentation]

See Also