Skip to main content
A newer version of this page is available. .

PdfPage.TransparencyGroup Property

Specifies the group attributes dictionary that specifies the attributes of the page’s page group for use in the transparent imaging model.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfTransparencyGroup TransparencyGroup { get; }

Property Value

Type Description
DevExpress.Pdf.PdfTransparencyGroup

A DevExpress.Pdf.PdfTransparencyGroup object.

See Also