LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StampWidth Property

Show in webframe







Gets and sets the width for the stamp image.
Syntax
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) unsigned int stampWidth;
public int getStampWidth()
public void setStampWidth(int value)
            
 
get_StampWidth();
set_StampWidth(value);
Object.defineProperty('StampWidth');
public:
property int StampWidth {
   int get();
   void set (    int value);
}

Property Value

The width 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.