Get or set if the alpha transparancy layer is ignored.

Namespace: TallComponents.PDF.Layout.Paragraphs
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

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.

See Also