alexa
menu

WinUI

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

    Show / Hide Table of Contents

    Interface IOfficeInk

    Represents an Office Ink object that encapsulates multiple ink traces used for drawing or annotation within Office documents.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.NET.dll
    Syntax
    public interface IOfficeInk

    Properties

    Traces

    Gets the collection of ink traces associated with the Office Ink object.

    Declaration
    IOfficeInkTraces Traces { get; }
    Property Value
    Type Description
    IOfficeInkTraces

    An IOfficeInkTraces instance that provides access to a collection of ink strokes or segments drawn by the user.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved