Layer.Flatten
Layer.Flatten 方法
扁平化指定的层。
public void Flatten(bool cleanupContentStream)
| 参数 | 类型 | 描述 |
|---|---|---|
| cleanupContentStream | 布尔值 | 指定是否从内容流中移除可选内容组标记。 |
备注
将 cleanupContentStream 参数设置为 false 可以加快扁平化的过程。
另请参见
- 类 Layer
- 命名空间 Aspose.Pdf
- 程序集 Aspose.PDF
扁平化指定的层。
public void Flatten(bool cleanupContentStream)
| 参数 | 类型 | 描述 |
|---|---|---|
| cleanupContentStream | 布尔值 | 指定是否从内容流中移除可选内容组标记。 |
将 cleanupContentStream 参数设置为 false 可以加快扁平化的过程。