Hi Isomorphic, would like to ask for some help on showPrintPreview customizationby using PrintProperties or any other alternatives.
Below is my print preview code where editCanvas is the one highlighted in red color in the first screenshot:
The second screenshot is the print preview which only shows the DrawingEditContext inside the editCanvas without background-image.
Below is my print preview code where editCanvas is the one highlighted in red color in the first screenshot:
Code:
Object[] components = {editCanvas }; PrintCanvas.showPrintPreview(components);
Comment