Class PdfViewerStampSettings
Stamp annotation settings.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerStampSettings : AnnotationSettings
Constructors
PdfViewerStampSettings()
Declaration
public PdfViewerStampSettings()
Properties
Color
Gets and sets the color of the stamp annotation.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Color |
Icon
Gets and sets the stamp annotation icon.The default value is StampAnnotationIcon.Approved.
Declaration
public PdfRubberStampAnnotationIcon Icon { get; set; }
Property Value
Type | Description |
---|---|
PdfRubberStampAnnotationIcon |