UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerInkAnnotationSettings

    Show / Hide Table of Contents

    Class PdfViewerInkAnnotationSettings

    Represents settings for Ink annotation.

    Inheritance
    System.Object
    PdfViewerAnnotationSettings
    PdfViewerInkAnnotationSettings
    Inherited Members
    PdfViewerAnnotationSettings.Color
    PdfViewerAnnotationSettings.Opacity
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class PdfViewerInkAnnotationSettings : PdfViewerAnnotationSettings

    Properties

    Thickness

    Gets or sets the thickness of the annotation. default value is 4

    Declaration
    public double Thickness { get; set; }
    Property Value
    Type Description
    System.Double

    UseWindowsInkCanvas

    Declaration
    public bool UseWindowsInkCanvas { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved