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.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool IgnoreAlpha { get; set; }
Visual Basic
Public Property IgnoreAlpha As Boolean
	Get
	Set

Remarks

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

See Also