Class PrintingTechniqueConstraints
Inheritance
System.Object
PrintingTechniqueConstraints
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class PrintingTechniqueConstraints
Constructors
PrintingTechniqueConstraints()
Declaration
public PrintingTechniqueConstraints()
Properties
AllowRasterElements
Declaration
public bool? AllowRasterElements { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
MinFontSize
Declaration
public float? MinFontSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
MinWidth
Declaration
public float? MinWidth { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
TargetDpi
Declaration
public float? TargetDpi { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Methods
Clone()
Declaration
public PrintingTechniqueConstraints Clone()
Returns
Equals(PrintingTechniqueConstraints)
Declaration
protected bool Equals(PrintingTechniqueConstraints 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)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()