LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StampHeight Property

Show in webframe







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) 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.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegSaveOptions Class
CodecsJpegSaveOptions Members
Compression Using LEAD and JPEG Formats

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.