PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)
Moderators:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
This command will enable StickyNote tool. Actually this tool is enabled by default, so there is no need to run this command.
To open PDF document you can use next function
PDFView.SetProperty("View.Bars[\"Menu\"].Visible", 1, 0); // show menu bar
PDFView.SetProperty("View.Bars[\"Menu\"].Visible", 0, 0); // hide menu bar
All needed information about how to work with UI you can find in Help file in "Reference->Named Items->Named Objects->View" topic.
To switch between MDI and SDI you can use "General.DocumentInterface" property.
Also, have you seen sample projects which come with Viewer ActiveX SDK?