| Visual Basic (Declaration) | |
|---|---|
Public Property StampBitsPerPixel As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int StampBitsPerPixel {get; set;} | |
Return Value
The bit depth for the stamp image.For an example, refer to CodecsJpegOptions.
You must set SaveWithStamp to true for this property to take effect.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code