Click or drag to resize

BitmapMarkerProfile Properties

The BitmapMarkerProfile type exposes the following members.

Properties
 NameDescription
Public propertyBidirectional Alternates the marking direction for each scanline
Public propertyBitmapMode Defines the algorithm used for marking the bitmap
Public propertyBitMaskOverride The port value for binning to override the one set in Condition. Null value means no override.
(Inherited from GenericMarkerProfile)
Public propertyDefaultPen The shortcut to access the first pen.
(Inherited from GenericMarkerProfile)
Public propertyExposureTime Maximum time each pixel gets exposed in point and shoot mode.
Public propertyIsHorizontalScanDirection Returns true if ScanDirection is Horizontal or HorizontalInverted.
Public propertyKeepSize Fixes the metric size of the bitmap. Changing the dpi will change the pixel resolution instead.
Public propertyMarkCounterName The name of the mark counter to be used when an infinite pass is used.
(Inherited from GenericMarkerProfile)
Public propertyMaxScale Defines the energy scale of a black pixel if PowerMapping is empty. Gray values will be scaled by linear using MinScale and MaxScale.
Public propertyMinScale Defines the energy scale of a white pixel if PowerMapping is empty. Gray values will be scaled by linear using MinScale and MaxScale.
Public propertyMotfTriggerProfile The MOTF profile for this job element.
(Inherited from GenericMarkerProfile)
Public propertyPenSet The list of pens used by the job element.
(Inherited from GenericMarkerProfile)
Public propertyPointAndShootModulation Modulation type used by point and shoot mode. Depending on the setting, eiter ExposureTime or the power gets modulated.
Public propertyPowerMapping Defines the energy scale for pixels. If this is empty, gray values will be scaled linearily using MinScale and MaxScale.
Public propertyPowerMappingSetPoints Defines the energy scale set points for pixels. />.
Public propertyResolution The dpi of the processed bitmap.
Public propertyScanDirection Defines the direction of each scan line.
Public propertyShouldMark The flag to indicate whether the job element should be marked.
(Inherited from GenericMarkerProfile)
Public propertyShouldStream The flag to indicate whether the job element should be marked in streaming mode. A null means it follows the executor option.
(Inherited from GenericMarkerProfile)
Public propertyTrimScanLine Skips white pixels at the start of end of each scan line, reducing execution time.
Public propertyWhitePixelThreshold The smallest value detected as white when using TrimScanLine. 255 is pure white.
Top
See Also