Class PrintAreaTemplate
Inheritance
System.Object
PrintAreaTemplate
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 PrintAreaTemplate
Constructors
PrintAreaTemplate()
Declaration
public PrintAreaTemplate()
Fields
Area
Declaration
Field Value
| Type |
Description |
| System.Nullable<System.Drawing.RectangleF> |
|
Bleed
Declaration
Field Value
Filename
Declaration
Field Value
| Type |
Description |
| System.String |
|
Location
Declaration
Field Value
| Type |
Description |
| System.Nullable<System.Drawing.PointF> |
|
Name
Declaration
Field Value
| Type |
Description |
| System.String |
|
Slug
Declaration
Field Value
Methods
Equals(PrintAreaTemplate)
Declaration
protected bool Equals(PrintAreaTemplate 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
System.Object.Equals(System.Object)