Table of contents
Swift
Objective-C

EnumPresetTemplate

EnumPresetTemplate class defines the preset tempate strings. These strings can be used when specifying template name with StartCapturing or Capture methods.

Definition

Namespace: Dynamsoft.CaptureVisionRouter.Maui

Assembly: Dynamsoft.CaptureVisionRouterLite.Maui

public class EnumPresetTemplate
{
    public const string PT_DEFAULT = "Default";
    public const string PT_READ_BARCODES = "ReadBarcodes_Default";
    public const string PT_READ_BARCODES_SPEED_FIRST = "ReadBarcodes_SpeedFirst";
    public const string PT_READ_BARCODES_READ_RATE_FIRST = "ReadBarcodes_ReadRateFirst";
    public const string PT_READ_SINGLE_BARCODE = "ReadSingleBarcode";
}

Is this page helpful?

YesYes NoNo

In this article: