←Select platform

StampWidth Property

Summary

Gets and sets the width for the stamp image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int StampWidth { get; set; } 
Public Property StampWidth As Integer 
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 ); 
} 

Property Value

The width for the stamp image.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly