←Select platform

StampHeight Property

Summary

Gets or sets the height for the stamp image.

Syntax

C#
VB
C++
public int StampHeight { get; set; } 
  
Public Property StampHeight As Integer 
public: 
property int StampHeight { 
   int get(); 
   void set (    int value); 
} 

Property Value

An integer that represents the height of the stamp image in pixels.

Remarks

For more information, refer to Leadtools.Codecs.CodecsJpegSaveOptions.StampHeight.

Example

Refer to RasterSaveDialog example.

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.WinForms.CommonDialogs.File Assembly