JobElementHolderTransferAndResetPensFromJobElement Method |
Transfers the pens from the job element to this holder. This is useful for example after import process, because the pens might be set to the job element instead to the holder.
The pens in the job element are then reset to their default values.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic void TransferAndResetPensFromJobElement(
bool overwritePens
)
Parameters
- overwritePens Boolean
- The flag to indicate that the pens in the job element overwrites the existing pens in the job holder.
See Also