Bitmap |
The BitmapMarkerProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| Bidirectional | Alternates the marking direction for each scanline | |
| BitmapMode | Defines the algorithm used for marking the bitmap | |
| BitMaskOverride |
The port value for binning to override the one set in Condition. Null value means no override.
(Inherited from GenericMarkerProfile) | |
| DefaultPen |
The shortcut to access the first pen.
(Inherited from GenericMarkerProfile) | |
| ExposureTime | Maximum time each pixel gets exposed in point and shoot mode. | |
| IsHorizontalScanDirection | Returns true if ScanDirection is Horizontal or HorizontalInverted. | |
| KeepSize | Fixes the metric size of the bitmap. Changing the dpi will change the pixel resolution instead. | |
| MarkCounterName |
The name of the mark counter to be used when an infinite pass is used.
(Inherited from GenericMarkerProfile) | |
| MaxScale | Defines the energy scale of a black pixel if PowerMapping is empty. Gray values will be scaled by linear using MinScale and MaxScale. | |
| MinScale | Defines the energy scale of a white pixel if PowerMapping is empty. Gray values will be scaled by linear using MinScale and MaxScale. | |
| MotfTriggerProfile |
The MOTF profile for this job element.
(Inherited from GenericMarkerProfile) | |
| PenSet |
The list of pens used by the job element.
(Inherited from GenericMarkerProfile) | |
| PointAndShootModulation | Modulation type used by point and shoot mode. Depending on the setting, eiter ExposureTime or the power gets modulated. | |
| PowerMapping | Defines the energy scale for pixels. If this is empty, gray values will be scaled linearily using MinScale and MaxScale. | |
| PowerMappingSetPoints | Defines the energy scale set points for pixels. />. | |
| Resolution | The dpi of the processed bitmap. | |
| ScanDirection | Defines the direction of each scan line. | |
| ShouldMark |
The flag to indicate whether the job element should be marked.
(Inherited from GenericMarkerProfile) | |
| ShouldStream |
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) | |
| TrimScanLine | Skips white pixels at the start of end of each scan line, reducing execution time. | |
| WhitePixelThreshold | The smallest value detected as white when using TrimScanLine. 255 is pure white. |