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. |