Traces
IInk.Traces 属性
获取包含在 IInk 元素中的所有痕迹 IInkTrace
。只读。
public IInkTrace[] Traces { get; }
示例
示例:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
IInk ink = (IInk)pres.Slides[0].Shapes[0];
IInkTrace[] traces = ink.Traces;
}
另请参阅
- 接口 IInkTrace
- 接口 IInk
- 命名空间 Aspose.Slides.Ink
- 程序集 Aspose.Slides