menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerStampSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerStampSettings

    Stamp annotation settings.

    Inheritance
    System.Object
    AnnotationSettings
    PdfViewerStampSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Constraints
    AnnotationSettings.IsLocked
    AnnotationSettings.ModifiedDate
    AnnotationSettings.Opacity
    AnnotationSettings.Subject
    AnnotationSettings.Text
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    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
    PdfRubberStampAnnotationIcon
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved