←Select platform

StampHeight Property

Summary

Gets and sets the height for the stamp image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int StampHeight { get; set; } 
Public Property StampHeight As Integer 
public int StampHeight {get; set;} 
@property (nonatomic, assign) NSUInteger stampHeight 
public int getStampHeight() 
public void setStampHeight(int value) 
             
 <br/>get_StampHeight();<br/>set_StampHeight(value);<br/>Object.defineProperty('StampHeight');  
public: 
property int StampHeight { 
   int get(); 
   void set (    int ); 
} 

Property Value

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