XFINIUM.PDF Documentation
StampName Property



Gets or sets the stamp name.
Syntax
'Declaration
 
Public Property StampName As String
'Usage
 
Dim instance As PdfRubberStampAnnotation
Dim value As String
 
instance.StampName = value
 
value = instance.StampName
public string StampName {get; set;}
public:
property String^ StampName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the stamp.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when the property value is null or empty.
Remarks
The stamp name defines the stamp's visual appearance. The library supports a predefined set of names defined in the PdfRubberStampAnnotationName class for which standard appearance is created. When a custom name is used, a custom appearance must also be provided.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRubberStampAnnotation Class
PdfRubberStampAnnotation Members

Send Feedback