public int XResolution {get; set;}
'Declaration
Public Property XResolution As Integer
'Usage
Dim instance As CodecsJbig2SaveOptions
Dim value As Integer
instance.XResolution = value
value = instance.XResolution
public int XResolution {get; set;}
@property (nonatomic, assign) NSUInteger xResolution
public int getXResolution()
public void setXResolution(int xResolution)
<br/>get_XResolution();<br/>set_XResolution(value);<br/>Object.defineProperty('XResolution');
public:
property int XResolution {
int get();
void set ( int value);
}
Property Value
An integer value that represents the image X resolution to be used when setting JBIG2 options.