Click or drag to resize

MarkableBitmap Properties

The MarkableBitmap type exposes the following members.

Properties
 NameDescription
Public propertyAllowedScanControllers List of scan controllers as the target of the job element. An empty list means the job element allows any scan controller to be the target.
(Inherited from BaseMarkableJobElement)
Protected propertyApplicationDataDirectory The directory where application data, such as logs and configurations, are stored.
(Inherited from BaseJobElement)
Public propertyAvailableScanControllers List of available scan controllers that can be used as the targets.
(Inherited from BaseMarkableJobElement)
Public propertyBitmapHolder The bitmap holder of this job element.
(Inherited from BaseMarkableBitmapGraphic)
Protected propertyBitmapManager Bitmap manager of the job, to keep track of the bitmaps used in the job. The bitmaps can be external references or embedded in the job.
(Inherited from BaseMarkableBitmapGraphic)
Protected propertyBoundingBoxMap
(Inherited from BaseMarkableJobElement)
Protected propertyCachedBitmapHolder Cache for bitmap holder if the bitmap manager is not yet available (ie. this job element has not been added to the job).
(Inherited from BaseMarkableBitmapGraphic)
Public propertyCondition The binning condition for the holder of the job element.
(Inherited from BaseJobElement)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Protected propertyDefaultPenNumber
(Inherited from BaseMarkableJobElement)
Protected propertyDeviceManager
(Inherited from BaseJobElement)
Protected propertyDirtyFlagLocker The lock object for property modification.
(Inherited from BaseJobElement)
Protected propertyDoHandleConditionPortChangedDelegate
(Inherited from BaseJobElement)
Public propertyEnvelopingOutline Defines the shape used to approximate the outline.
(Inherited from BaseMarkableJobElement)
Public propertyExecutions The number of times this job element should be executed.
(Inherited from BaseMarkableJobElement)
Public propertyExecutionSequences List of sequences on how the job element is iterated during execution. Each sequence can have its own number of iteration, outline pen, and filling pen.
(Inherited from BaseMarkableJobElement)
Public propertyFilePath
(Inherited from BaseMarkableBitmapGraphic)
Public propertyInvertPixel Inverts each pixel.
(Inherited from BaseMarkableBitmapGraphic)
Public propertyIsDirty The flag to indicate whether the content of this job element has been modified.
(Inherited from BaseJobElement)
Public propertyIsLocked The flag to indicate whether the content of this job element should not be modified.
(Inherited from BaseMarkableJobElement)
Public propertyJobElementID The unique ID of the job element. If the concrete class inherits from BaseJobElement, the JobElementID of the BaseJobElement will be prefilled. Recommended not to be changed.
(Inherited from BaseJobElement)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyMarkableConfiguration The configuration: marker profiles, model matrix, and bounding box.
(Inherited from BaseMarkableJobElement)
Public propertyMarkerProfile The BitmapMarkerProfile of the bitmap.
(Inherited from BaseMarkableBitmapGraphic)
Public propertyMask List of points defining the outline of the bitmap. Can be used to crop the bitmap.
(Inherited from BaseMarkableBitmapGraphic)
Public propertyPenNumber The pen for the contour of this job element.
(Inherited from BaseMarkableJobElement)
Public propertyPixelSize The pixel size of the bitmap.
(Inherited from BaseMarkableBitmapGraphic)
Public propertyPluginMetadata The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin)
Public propertyPointDistance The distance between two points.
(Inherited from BaseMarkableBitmapGraphic)
Public propertyPOIs Points of interest to be drawn on canvas but not marked.
(Inherited from BaseMarkableJobElement)
Public propertyPropertyMask
(Inherited from BaseJobElement)
Public propertyResourceID The ID of the bitmap inside the bitmap manager.
(Inherited from BaseMarkableBitmapGraphic)
Public propertyShowConditionControllerUIDelegate The delegate to show the controller UI because no ports have been defined.
(Inherited from BaseJobElement)
Public propertySize The metric size of the bitmap.
(Inherited from BaseMarkableBitmapGraphic)
Public propertySupportIterationLevel
(Inherited from BaseMarkableJobElement)
Protected propertyVariableManager
(Inherited from BaseJobElement)
Public propertyVariableScopeName
(Inherited from BaseJobElement)
Top
See Also