Table of Contents

Method RemoveTransparencyGroups

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

RemoveTransparencyGroups()

Removes all transparency groups from the PDF document.

public void RemoveTransparencyGroups()

Remarks

Removing of transparency groups are useful to make documents PDF/A compatible. Transparency groups are not permitted in PDF/A files.

Please note that document might be displayed differently after removal of transparency groups.