public virtual int EmptyPageResolution {get; set;}
'Declaration
Public Overridable Property EmptyPageResolution As Integer
'Usage
Dim instance As LtdDocumentOptions
Dim value As Integer
instance.EmptyPageResolution = value
value = instance.EmptyPageResolution
public virtual int EmptyPageResolution {get; set;}
<br/>get_EmptyPageResolution();<br/>set_EmptyPageResolution(value);<br/>Object.defineProperty('EmptyPageResolution_WinRT');
public:
virtual property int EmptyPageResolution {
int get();
void set ( int value);
}