Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

StampHeight Property








Gets and sets the height for the stamp image.
Syntax
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) NSUInteger stampHeight
public int getStampHeight()
public void setStampHeight(int value)
            
 <br/>get_StampHeight();<br/>set_StampHeight(value);<br/>Object.defineProperty('StampHeight'); 
public:
property int StampHeight {
   int get();
   void set (    int value);
}

Property Value

The height for the stamp image.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegSaveOptions Class
CodecsJpegSaveOptions Members
Compression Using LEAD and JPEG Formats

Error processing SSI file