Skip to main content

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.v23.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