O2S.Components.PDF4NET.View.Win Documentation
StampName Property



O2S.Components.PDF4NET.View.Annotations Namespace > PDFVisualRubberStampAnnotation Class : StampName Property
Gets or sets the stamp name.
Syntax
'Declaration
 
Public Property StampName As String
'Usage
 
Dim instance As PDFVisualRubberStampAnnotation
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
Thrown 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 O2S.Components.PDF4NET.Annotations.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 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PDFVisualRubberStampAnnotation Class
PDFVisualRubberStampAnnotation Members
O2S.Components.PDF4NET.Annotations.PDFRubberStampAnnotationName