public int StampWidth {get; set;}
'Declaration
Public Property StampWidth As Integer
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Integer
instance.StampWidth = value
value = instance.StampWidth
public int StampWidth {get; set;}
@property (nonatomic, assign) NSUInteger stampWidth
public int getStampWidth()
public void setStampWidth(int value)
<br/>get_StampWidth();<br/>set_StampWidth(value);<br/>Object.defineProperty('StampWidth');
public:
property int StampWidth {
int get();
void set ( int value);
}
Property Value
The width for the stamp image.