public virtual int DocumentResolution {get; set;}
'Declaration
Public Overridable Property DocumentResolution As Integer
'Usage
Dim instance As PubDocumentOptions
Dim value As Integer
instance.DocumentResolution = value
value = instance.DocumentResolution
public virtual int DocumentResolution {get; set;}
<br/>get_DocumentResolution();<br/>set_DocumentResolution(value);<br/>Object.defineProperty('DocumentResolution_WinRT');
public:
virtual property int DocumentResolution {
int get();
void set ( int value);
}