alexa

    Show / Hide Table of Contents

    Class PdfViewerInkSettings

    Represents the settings for ink annotation.

    Inheritance
    System.Object
    AnnotationSettings
    PdfViewerInkSettings
    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 PdfViewerInkSettings : AnnotationSettings

    Constructors

    PdfViewerInkSettings()

    Declaration
    public PdfViewerInkSettings()

    Properties

    InkColor

    Get and Set the ink color. The default value is System.Windows.Media.Colors.Red

    Declaration
    public Color InkColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    Thickness

    Get and Set the thickness value ranges from 1 to 10. The default value is 2

    Declaration
    public float Thickness { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX