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

Property Value

Type: TemplateKind
The kind of template
See Also