Back to Website
Show / Hide Table of Contents

Class BaseTemplate

Inheritance
System.Object
BaseTemplate
MultipageTemplate
SurfaceTemplate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public abstract class BaseTemplate

Constructors

BaseTemplate()

Declaration
protected BaseTemplate()

Fields

_idmlNotSupportedMessage

Declaration
protected const string _idmlNotSupportedMessage = "The specified {0} file cannot be read. Idml feature is not included in the license key"
Field Value
Type Description
System.String

BgFoldingMode

Declaration
public SurfaceTemplate.BgFoldingModeParams BgFoldingMode
Field Value
Type Description
SurfaceTemplate.BgFoldingModeParams

CropMarks

Declaration
public List<CropMark> CropMarks
Field Value
Type Description
System.Collections.Generic.List<CropMark>

FoldingLines

Declaration
public List<SurfaceTemplate.FoldingLine> FoldingLines
Field Value
Type Description
System.Collections.Generic.List<SurfaceTemplate.FoldingLine>

Name

Declaration
public string Name
Field Value
Type Description
System.String

SafetyLines

Declaration
public List<SafetyLine> SafetyLines
Field Value
Type Description
System.Collections.Generic.List<SafetyLine>

Spines

Declaration
public List<SurfaceTemplate.Spine> Spines
Field Value
Type Description
System.Collections.Generic.List<SurfaceTemplate.Spine>

Properties

ConfigFileName

Declaration
public string ConfigFileName { get; }
Property Value
Type Description
System.String

FilenameForConfig

Declaration
protected abstract string FilenameForConfig { get; }
Property Value
Type Description
System.String

Methods

Equals(BaseTemplate)

Declaration
protected bool Equals(BaseTemplate other)
Parameters
Type Name Description
BaseTemplate other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...