Item
IDocumentProperties 索引器
返回或设置与指定名称相关联的自定义属性。可读/可写对象。
public object this[string name] { get; set; }
备注
值可以是 int、float、double、string、bool 或 DateTime。
另请参见
- 接口 IDocumentProperties
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
返回或设置与指定名称相关联的自定义属性。可读/可写对象。
public object this[string name] { get; set; }
值可以是 int、float、double、string、bool 或 DateTime。