Skip to main content

Class RenderingConfig.ProofImageRendering

Namespace: Aurigma.DesignAtoms.Configuration.RenderingConfig
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ProofImageRendering

Inheritance: System.Object -> RenderingConfig.ProofImageRendering

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

ProofImageRendering

public ProofImageRendering()

Methods

GetDefault

public static RenderingConfig.ProofImageRendering GetDefault()
Returns

Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig.ProofImageRendering

Equals

protected bool Equals(RenderingConfig.ProofImageRendering s)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig.ProofImageRenderings
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

Fields

FileFormat

public FileFormat? FileFormat

SafetyLinesEnabled

public bool? SafetyLinesEnabled

CropSafetyLineName

public string CropSafetyLineName

SpineAndFoldingLinesEnabled

public bool? SpineAndFoldingLinesEnabled

MockupEnabled

public bool? MockupEnabled

ShowStubContent

public bool? ShowStubContent

FlipMode

public FlipType? FlipMode

RotateMode

public RotationType? RotateMode

InterpolationMode

public ResizeInterpolationMode? InterpolationMode

InStringPlaceholderHintsEnabled

public bool? InStringPlaceholderHintsEnabled

RgbColorProfileFileName

public string RgbColorProfileFileName

UsePrintAreasAsClippingMasks

public bool? UsePrintAreasAsClippingMasks

PrintAresBorderLines

public List<RenderingConfig.BorderLine> PrintAresBorderLines
Was this page helpful?