←Select platform

StampBitsPerPixel Property

Summary

Gets and sets the bit depth for the stamp image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int StampBitsPerPixel { get; set; } 
Public Property StampBitsPerPixel As Integer 
public int StampBitsPerPixel {get; set;} 
@property (nonatomic, assign) NSUInteger stampBitsPerPixel 
public int getStampBitsPerPixel() 
public void setStampBitsPerPixel(int value) 
             
 <br/>get_StampBitsPerPixel();<br/>set_StampBitsPerPixel(value);<br/>Object.defineProperty('StampBitsPerPixel');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly