public int StampHeight {get; set;}
'Declaration
Public Property StampHeight As Integer
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Integer
instance.StampHeight = value
value = instance.StampHeight
public int StampHeight {get; set;}
@property (nonatomic, assign) unsigned int stampHeight;
public int getStampHeight()
public void setStampHeight(int value)
get_StampHeight();
set_StampHeight(value);
Object.defineProperty('StampHeight');
public:
property int StampHeight {
int get();
void set ( int value);
}
Property Value
The height for the stamp image.