Class RenderingConfig.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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ProofImageRendering
Constructors
ProofImageRendering()
Declaration
public ProofImageRendering()
Fields
CropSafetyLineName
Declaration
public string CropSafetyLineName
Field Value
Type |
Description |
System.String |
|
Declaration
public FileFormat? FileFormat
Field Value
Type |
Description |
System.Nullable<Aurigma.GraphicsMill.Codecs.FileFormat> |
|
FlipMode
Declaration
public FlipType? FlipMode
Field Value
Type |
Description |
System.Nullable<Aurigma.GraphicsMill.Transforms.FlipType> |
|
InStringPlaceholderHintsEnabled
Declaration
public bool? InStringPlaceholderHintsEnabled
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
InterpolationMode
Declaration
public ResizeInterpolationMode? InterpolationMode
Field Value
Type |
Description |
System.Nullable<Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode> |
|
MockupEnabled
Declaration
public bool? MockupEnabled
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
RgbColorProfileFileName
Declaration
public string RgbColorProfileFileName
Field Value
Type |
Description |
System.String |
|
RotateMode
Declaration
public RotationType? RotateMode
Field Value
SafetyLinesEnabled
Declaration
public bool? SafetyLinesEnabled
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ShowStubContent
Declaration
public bool? ShowStubContent
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SpineAndFoldingLinesEnabled
Declaration
public bool? SpineAndFoldingLinesEnabled
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Methods
Equals(RenderingConfig.ProofImageRendering)
Declaration
protected bool Equals(RenderingConfig.ProofImageRendering s)
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)
GetDefault()
Declaration
public static RenderingConfig.ProofImageRendering GetDefault()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()