4.1.4 Job Elements |
In this section examples for handling job elements will be listed.
This sample demonstrates how to query the bounding box of containers and markable job elements. You will find the source code here.
This sample creates some QR and barcodes demonstrating how to use the profile for setting the payload and other properties. You will find the source code here.
In this sample is demonstrated how a bitmap job element can be created and added to a job. You will find the source code here.
This sample shows how to create a job using drills. Drills can be created freely anywhere in the workspace or by creating them in a matrix container. See the source code here.
This sample creates some texts demonstrating how to use the xxxTextGenerator and FontInformation classes to modify the appearance. See the source code here.
This sample demonstrates how to convert and optimize vector graphics. See the source code here.
In this sample is demonstrated how a job can be created using sequences. When using sequences a job element can be repeated several times in a loop while the outline and filling pens can be changed before each loop step is entered. Also it is possible to define per job element if the outline is marked first or the filling or if these two should be alternated when executing. See the source code here.
This sample demonstrates how to transform a job element around the workspace origin or its center. See the source code here.