OutputIntents.Item

OutputIntents 索引器

获取指定 index 处的输出意图。

public OutputIntent this[int index] { get; }
参数描述
index要获取的输出意图的零基索引。

返回值

指定 index 处的输出意图。

异常

异常条件
ArgumentOutOfRangeExceptionindex 小于 0 或 index 等于或大于 Count
InvalidOperationException包含集合的文档没有目录以访问 OutputIntents。

另请参见