Can I build a minimal read-only PDF viewer using PDFNet SDK?

Q: I want to build an application which includes a simple PDF viewer.
I want the PDF viewer to display PDF in read-only mode. Additionaly,
the print function should be disabled as well as mouse context menu,
document properies, etc. I just want to enable zoom in and zoom out
option.
----------------
A: As a starting point you may want to take a look at PDFViewSimple
sample project. You should be able to fully customize the behavior of
your application to disable all menus, dialogs, and to override
context menu dialog (for an example of how this can be done, please
see OnMouseUp event handler in MyPDFView.cs (PDFView sample). Not sure
if you are developing under .NET or JAVA, or C/C++?