PdfDocument.RemoveTransparencyGroups Method

Removes all transparency groups from the PDF document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void RemoveTransparencyGroups()
VB
Public Sub 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.

See Also