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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool TransparencyIsKnockout { get; set; }

Property Value

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