Click or drag to resize

DrawingTemplateTransparencyIsIsolated Property

Gets or sets a value indicating whether transparency for this template will be isolated from the rest of the backdrop.

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 TransparencyIsIsolated { get; set; }

Property Value

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