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



Gets or sets the bit depth for the stamp image.

Syntax

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

Return Value

The bit depth for the stamp image.

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