Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ImageShapeModel

ImageShapeModel.IgnoreAlpha Property

Set to true to completely ignore alpha transparency in the image. If no alpha information
is available this setting is ignored.
Default value is false.

csharp
public bool IgnoreAlpha { get; set; }

Property Value

System.Boolean

Remarks

Note that setting a MaskColor will cause all alpha information to be ignored.