PdfDocument.ContainsTransparencyGroups Method

Checks if there are any objects with transparency groups in this document.

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

Syntax

C#
public bool ContainsTransparencyGroups()
VB
Public Function ContainsTransparencyGroups As Boolean

Return Value

Type: Boolean
true if this document contains at least one object with transparency group; otherwise, false.

See Also