StampWidth Property

Summary

Gets or sets the width for the stamp image.

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

Property Value

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

Remarks

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

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