How to specify location for top left text in Autovue Print Header
Hi,
In Autovue, the print headers at different location like TopLeft,TopCenter etc are set using the method,
PrintHeaders.setTopLeftText("Top Left Text");
Hence,When document is printed through Autovue, top left text is getting printed at the extreme top left.Almost top left extreme corner.
We have requirement of printing top left/bottom text leaving 1 inch of the space (Y axis).
Could not find any API for this in PrintHeader class.
If header text is aligned with content margin using the method
PrintHeaders.setAlignedToMargins(true);
Then the text at the top Left is overlapped with the text at Top Center and Top right specially in portait documents.
In Autovue, the print headers at different location like TopLeft,TopCenter etc are set using the method,
PrintHeaders.setTopLeftText("Top Left Text");
Hence,When document is printed through Autovue, top left text is getting printed at the extreme top left.Almost top left extreme corner.
We have requirement of printing top left/bottom text leaving 1 inch of the space (Y axis).
Could not find any API for this in PrintHeader class.
If header text is aligned with content margin using the method
PrintHeaders.setAlignedToMargins(true);
Then the text at the top Left is overlapped with the text at Top Center and Top right specially in portait documents.
0