public LeadSize CmwResolution {get; set;}
'Declaration
Public Property CmwResolution As LeadSize
'Usage
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
instance.CmwResolution = value
value = instance.CmwResolution
public LeadSize CmwResolution {get; set;}
@property (nonatomic, assign) LeadSize cmwResolution;
public LeadSize getCmwResolution()
public void setCmwResolution(LeadSize value)
get_CmwResolution();
set_CmwResolution(value);
Object.defineProperty('CmwResolution');
public:
property LeadSize CmwResolution {
LeadSize get();
void set ( LeadSize value);
}