| Visual Basic (Declaration) | |
|---|---|
Public Property StampWidth As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterSaveDialog Dim value As Integer instance.StampWidth = value value = instance.StampWidth | |
| C# | |
|---|---|
public int StampWidth {get; set;} | |
Property Value
An integer that represents the width of the stamp image in pixels.Refer to RasterSaveDialog example.
For more information, refer to Leadtools.Codecs.CodecsJpegSaveOptions.StampWidth.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code