Click or drag to resize

DrawingTemplateTransparencyIsKnockout Property

Gets or sets a value indicating whether transparency is a knockout, meaning that it will be composited with the template's backdrop rather than preceding elements in the template.

Namespace:  Atalasoft.PdfDoc.Generating.Templates
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public bool TransparencyIsKnockout { get; set; }

Property Value

Type: Boolean
true if the transparency is knockout; otherwise, false.
See Also