is it possible to open a word document into vb.net but as a read only type report?

ive tried
Code:
ActiveDocument.Protect(Word.WdProtectionType.wdAllowOnlyReading)
but this still allows the user to copy and paste the contents and change it.

i spose im after something similar to pdf type functionality