Question
AIDocumentViewSuite::SetDocumentViewZoom documentation error
Bug Report/Observation
| AIDocumentViewSuite::SetDocumentViewZoom(AIDocumentViewHandle view, AIReal zoom) |
Documentation states that view can be supplied as NULL for the current view. Not so. Function
throws a PARM error.
Best to call GetNthDocumentView(0, &viewHndl) first to get a valid handle to the current view.
Charlie Knox
AccuStage