Skip to main content

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

NuGet Package: DevExpress.Pdf.Core

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