←Select platform

StampBitsPerPixel Property

Summary

Gets and sets the bit depth for the stamp image.

Syntax
C#
VB
Objective-C
C++
Java
public int StampBitsPerPixel { get; set; } 
Public Property StampBitsPerPixel As Integer 
@property (nonatomic, assign) NSUInteger stampBitsPerPixel 
public int getStampBitsPerPixel() 
public void setStampBitsPerPixel(int value) 
public: 
property int StampBitsPerPixel { 
   int get(); 
   void set (    int ); 
} 

Property Value

The bit depth for the stamp image.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly