Class SurfaceTemplate
Inheritance
System.Object
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()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SurfaceTemplate : BaseTemplate
Constructors
SurfaceTemplate()
Declaration
Fields
Containers
Declaration
public List<SurfaceContainer> Containers
Field Value
DesignFilename
Declaration
public string DesignFilename
Field Value
| Type |
Description |
| System.String |
|
MockupFileNameDown
Declaration
public string MockupFileNameDown
Field Value
| Type |
Description |
| System.String |
|
MockupFileNameUp
Declaration
public string MockupFileNameUp
Field Value
| Type |
Description |
| System.String |
|
MockupName
Declaration
Field Value
| Type |
Description |
| System.String |
|
PdfBleedBoxMode
Declaration
public PdfBleedBoxMode PdfBleedBoxMode
Field Value
PreviewMockupsFileNamesDown
Declaration
public List<string> PreviewMockupsFileNamesDown
Field Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
PreviewMockupsFileNamesUp
Declaration
public List<string> PreviewMockupsFileNamesUp
Field Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
PreviewMockupsNames
Declaration
public List<string> PreviewMockupsNames
Field Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
PrintArea
Declaration
public PrintAreaTemplate PrintArea
Field Value
PrintAreaName
Declaration
public string PrintAreaName
Field Value
| Type |
Description |
| System.String |
|
SecondPrintArea
Declaration
public PrintAreaTemplate SecondPrintArea
Field Value
Size
Declaration
Field Value
| Type |
Description |
| System.Nullable<System.Drawing.SizeF> |
|
Properties
FilenameForConfig
Declaration
protected override string FilenameForConfig { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
HasMockup
Declaration
public bool HasMockup { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Equals(SurfaceTemplate)
Declaration
protected bool Equals(SurfaceTemplate other)
Parameters
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