menu

UWP

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

    Show / Hide Table of Contents

    Class InkProperties

    Represents the properties of InkAnnotation.

    Inheritance
    System.Object
    AnnotationProperties
    InkProperties
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class InkProperties : AnnotationProperties

    Properties

    AnnotationType

    Gets the type of ink annotation.

    Declaration
    public AnnotationMode AnnotationType { get; }
    Property Value
    Type
    AnnotationMode

    Color

    Gets the color of ink annotation.

    Declaration
    public Color Color { get; }
    Property Value
    Type
    Windows.UI.Color

    Comments

    Declaration
    public List<Comment> Comments { get; }
    Property Value
    Type
    System.Collections.Generic.List<Comment>

    Height

    Gets the height of ink annotation.

    Declaration
    public int Height { get; }
    Property Value
    Type
    System.Int32

    Opacity

    Gets the opacity of ink annotation.

    Declaration
    public double Opacity { get; }
    Property Value
    Type
    System.Double

    PageNumber

    Gets the page number of ink annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    Subject

    Gets the subject of the ink annotation.

    Declaration
    public string Subject { get; }
    Property Value
    Type
    System.String

    Thickness

    Gets the thickness of ink annotation.

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

    Width

    Gets the width of ink annotation.

    Declaration
    public int Width { get; }
    Property Value
    Type
    System.Int32

    X

    Gets the x position of ink annotation.

    Declaration
    public int X { get; }
    Property Value
    Type
    System.Int32

    Y

    Gets the y position of ink annotation.

    Declaration
    public int Y { get; }
    Property Value
    Type
    System.Int32

    Extension Methods

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