public LeadSize Jp2Resolution {get; set;}
'Declaration
Public Property Jp2Resolution As LeadSize
'Usage
Dim instance As CodecsJpeg2000LoadOptions
Dim value As LeadSize
instance.Jp2Resolution = value
value = instance.Jp2Resolution
public LeadSize Jp2Resolution {get; set;}
@property (nonatomic, assign) LeadSize jp2Resolution;
public LeadSize getJp2Resolution()
public void setJp2Resolution(LeadSize value)
get_Jp2Resolution();
set_Jp2Resolution(value);
Object.defineProperty('Jp2Resolution');
public:
property LeadSize Jp2Resolution {
LeadSize get();
void set ( LeadSize value);
}