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



Gets or sets the height for the stamp image.

Syntax

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

Return Value

The height 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