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;}
get_EmptyPageResolution();
set_EmptyPageResolution(value);
Object.defineProperty('EmptyPageResolution_WinRT');
public:
virtual property int EmptyPageResolution {
int get();
void set ( int value);
}