Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
StampWidth Property
See Also 
Leadtools.Codecs Namespace > CodecsJpegOptions.CodecsJpegSaveOptions Class : StampWidth Property



Gets or sets the width for the stamp image.

Syntax

Visual Basic (Declaration) 
Public Property StampWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpegOptions.CodecsJpegSaveOptions
Dim value As Integer
 
instance.StampWidth = value
 
value = instance.StampWidth
C# 
public int StampWidth {get; set;}
C++/CLI 
public:
property int StampWidth {
   int get();
   void set (int value);
}

Return Value

The width for the stamp image in pixels.

Example

For an example, refer to CodecsJpegOptions.

Remarks

You must set SaveWithStamp to true for this property to take effect.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also