Click or drag to resize

TemplateKind Enumeration

TemplateKind describes the general usage of a DrawingTemplate.

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
[FlagsAttribute]
public enum TemplateKind
Members
  Member nameDescription
Normal This represents a normal drawing.
Transparency This represents a template that should be drawn with transparency.
Reference This represents a template that is contained within a separate PDF file and is not currently supported.
See Also