Class DocFromTemplateInfo
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the template document information in document create information.
public class DocFromTemplateInfo : DocCreateInfo
Inheritance
object ← DocCreateInfo ← DocFromTemplateInfo
Inherited Members
DocCreateInfo.ModeChangeOperation, DocCreateInfo.ActiveMode, DocCreateInfo.KernelLengthUnit, DocCreateInfo.Unit, DocCreateInfo.DocumentName
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DocFromTemplateInfo()
public DocFromTemplateInfo()
Properties
TemplatePath
Gets or sets the template document path.
public string TemplatePath { get; set; }