Skip to main content

Class PrintingTechniqueConstraints

Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public 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

Constructors

PrintingTechniqueConstraints

public PrintingTechniqueConstraints()

Properties

AllowRasterElements

public bool? AllowRasterElements { get; set; }

MinWidth

public float? MinWidth { get; set; }

MinFontSize

public float? MinFontSize { get; set; }

TargetDpi

public float? TargetDpi { get; set; }

Methods

Clone

public PrintingTechniqueConstraints Clone()
Returns

Aurigma.DesignAtoms.Model.PrintingTechniqueConstraints

Equals

protected bool Equals(PrintingTechniqueConstraints other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.PrintingTechniqueConstraintsother
Returns

System.Boolean

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode
Was this page helpful?