Printing the zoom window
Moderators: SDS, support, admin
Printing the zoom window
Hello,
in the ABViewer demo is the example how printing the complete file.
...
Printer()->BeginDoc();
Printer()->Canvas->StretchDraw(Bounds((Printer()->PageWidth - PW) / 2,
(Printer()->PageHeight - PH) / 2, PW, PH), sgPaintBox->Picture->Graphic);
Printer()->EndDoc();
...
My question: how can I print just a shown zoom in the TsgImage?
I use BCB6 and CADImportVCL
Thanks for help
Frank
in the ABViewer demo is the example how printing the complete file.
...
Printer()->BeginDoc();
Printer()->Canvas->StretchDraw(Bounds((Printer()->PageWidth - PW) / 2,
(Printer()->PageHeight - PH) / 2, PW, PH), sgPaintBox->Picture->Graphic);
Printer()->EndDoc();
...
My question: how can I print just a shown zoom in the TsgImage?
I use BCB6 and CADImportVCL
Thanks for help
Frank
Hello,
The package available by next download link includes Abviewer demo:
http://www.soft-gold.ru/download/Printi ... w_BCB6.zip
This demo has a new button "Print view area". That is what you need.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
The package available by next download link includes Abviewer demo:
http://www.soft-gold.ru/download/Printi ... w_BCB6.zip
This demo has a new button "Print view area". That is what you need.
Sergey.
please post questions to the forum or write to support@cadsofttools.com