alexa

    Show / Hide Table of Contents

    Class PdfViewerLineSettings

    Represents the settings for line annotation.

    Inheritance
    System.Object
    AnnotationSettings
    ShapeAnnotationSettings
    PdfViewerLineSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Constraints
    AnnotationSettings.IsLocked
    AnnotationSettings.ModifiedDate
    AnnotationSettings.Opacity
    AnnotationSettings.Subject
    AnnotationSettings.Text
    ShapeAnnotationSettings.Thickness
    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 PdfViewerLineSettings : ShapeAnnotationSettings

    Constructors

    PdfViewerLineSettings()

    Declaration
    public PdfViewerLineSettings()

    Properties

    LineColor

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

    Declaration
    public Color LineColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color
    Back to top Generated by DocFX