Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfTransparencyGroup TransparencyGroup { get; }

Property Value

Type Description
DevExpress.Pdf.PdfTransparencyGroup

A DevExpress.Pdf.PdfTransparencyGroup object.

See Also