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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly