Aspose::Pdf::Layer::Flatten method

Layer::Flatten method

Flattens the specified layer.

void Aspose::Pdf::Layer::Flatten(bool cleanupContentStream)
ParameterTypeDescription
cleanupContentStreamboolSpecifies 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