Skip to main content

Class RenderingConfig.HiResOutputRendering

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

Inheritance: System.Object -> RenderingConfig.HiResOutputRendering

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

HiResOutputRendering

public HiResOutputRendering()

Methods

Equals

protected bool Equals(RenderingConfig.HiResOutputRendering other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig.HiResOutputRenderingother
Returns

System.Boolean

GetDefault

public static RenderingConfig.HiResOutputRendering GetDefault()
Returns

Aurigma.DesignAtoms.Configuration.RenderingConfig.RenderingConfig.HiResOutputRendering

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode

Fields

Dpi

public float? Dpi

FileFormat

public FileFormat? FileFormat

ColorSpace

public ColorSpace? ColorSpace

Compression

public CompressionType? Compression

JpegCompressionQuality

public int? JpegCompressionQuality

BackgroundColor

public Color BackgroundColor

FlipMode

public FlipType? FlipMode

RotateMode

public RotationType? RotateMode

PdfMetadata

public RenderingConfig.PdfMeta PdfMetadata

InStringPlaceholderHintsEnabled

public bool? InStringPlaceholderHintsEnabled

RgbColorProfileName

public string RgbColorProfileName

GrayscaleColorProfileName

public string GrayscaleColorProfileName

CmykColorProfileName

public string CmykColorProfileName

DestinationColorProfileName

public string DestinationColorProfileName

PdfFormat

public PdfFormat PdfFormat

PdfTextOutputMode

public PdfTextOutputMode? PdfTextOutputMode

PdfRenderKeepOriginalColors

public bool? PdfRenderKeepOriginalColors
Was this page helpful?