public LeadSize J2kResolution {get; set;}
'Declaration
Public Property J2kResolution As LeadSize
'Usage
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
instance.J2kResolution = value
value = instance.J2kResolution
public LeadSize J2kResolution {get; set;}
@property (nonatomic, assign) LeadSize j2kResolution;
public LeadSize getJ2kResolution()
public void setJ2kResolution(LeadSize value)
get_J2kResolution();
set_J2kResolution(value);
Object.defineProperty('J2kResolution');
public:
property LeadSize J2kResolution {
LeadSize get();
void set ( LeadSize value);
}