Layer.Flatten

Layer.Flatten method

Flattens the specified layer.

public void Flatten(bool cleanupContentStream)
ParameterTypeDescription
cleanupContentStreamBooleanSpecifies whether to remove optional content group markers from the content stream.

Remarks

Setting the cleanupContentStream parameter to false speeds up the process of flattening.

See Also