Click or drag to resize

SharedConfiguration Class

Class containing configurations shared between GUI and SDK.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationSharedConfiguration

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class SharedConfiguration

The SharedConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodSharedConfigurationInitializes a new instance of the SharedConfiguration class
Top
Properties
 NameDescription
Public propertyEnableStandAloneLogging Enables logging when pressing the run button in stand alone dialog.
Public propertyLastUsedBitmapPath The last directory used for loading a bitmap.
Public propertyLastUsedStrokeFonts List containing history of used stroke fonts.
Public propertyLastUsedTrueTypeFonts List containing history of used true type fonts.
Public propertyStandAloneConfigurations Mapping from scan controller short label to standalone configuration.
Public propertyTolerances Tolerances used for vector optimizations.
Top
Methods
 NameDescription
Public methodCopyFrom Copies all properties form provided source.
Top
See Also