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

PdfImage.SMask Property

Gets a subsidiary image XObject defining a soft-mask image that shall be used as a source of the mask shape or mask opacity values in the transparent imaging model.

Namespace: DevExpress.Pdf

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

Declaration

public PdfImage SMask { get; }

Property Value

Type Description
PdfImage

A PdfImage object that represents a subsidiary image XObject defining a soft-mask image.

See Also