Click or drag to resize

DrawingTemplateKind Property

Gets or sets the kind of drawing template. Currently only Normal or Transparency are supported.

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

Property Value

Type: TemplateKind
The kind of template
See Also