Back to Website
Show / Hide Table of Contents

Class Configuration

Inheritance
System.Object
Configuration
Implements
IConfiguration
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Configuration
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class Configuration : IConfiguration

Constructors

Configuration()

Declaration
public Configuration()

Configuration(IApplicationEnvironment)

Declaration
public Configuration(IApplicationEnvironment applicationEnvironment)
Parameters
Type Name Description
IApplicationEnvironment applicationEnvironment

Configuration(IApplicationEnvironment, IConfigurationReader)

Declaration
public Configuration(IApplicationEnvironment applicationEnvironment, IConfigurationReader configurationReader)
Parameters
Type Name Description
IApplicationEnvironment applicationEnvironment
IConfigurationReader configurationReader

Fields

BG_CONTAINER_NAME

Declaration
public static readonly string BG_CONTAINER_NAME
Field Value
Type Description
System.String

BG_SOLIDCOLOR

Declaration
public static readonly string BG_SOLIDCOLOR
Field Value
Type Description
System.String

FG_CONTAINER_NAME

Declaration
public static readonly string FG_CONTAINER_NAME
Field Value
Type Description
System.String

MAIN_CONTAINER_NAME

Declaration
public static readonly string MAIN_CONTAINER_NAME
Field Value
Type Description
System.String

SPINE_AND_FOLDING_CONTAINER_NAME

Declaration
public static readonly string SPINE_AND_FOLDING_CONTAINER_NAME
Field Value
Type Description
System.String

Properties

AllowDownloadImageToCache

Declaration
public bool AllowDownloadImageToCache { get; }
Property Value
Type Description
System.Boolean

CmykColorProfileFileName

Declaration
public string CmykColorProfileFileName { get; }
Property Value
Type Description
System.String

ColorProfilesDirectory

Declaration
public string ColorProfilesDirectory { get; }
Property Value
Type Description
System.String

Converters

Declaration
public List<ConverterElement> Converters { get; }
Property Value
Type Description
System.Collections.Generic.List<ConverterElement>

DefaultColorOverlayBlendMode

Declaration
public BlendMode DefaultColorOverlayBlendMode { get; set; }
Property Value
Type Description
Aurigma.GraphicsMill.Transforms.BlendMode

DefaultColorOverlayOpacity

Declaration
public float DefaultColorOverlayOpacity { get; set; }
Property Value
Type Description
System.Single

DefaultPlaceholderCoverModeEnabled

Declaration
public bool DefaultPlaceholderCoverModeEnabled { get; set; }
Property Value
Type Description
System.Boolean

FileCache

Declaration
public IFileCacheConfiguration FileCache { get; }
Property Value
Type Description
IFileCacheConfiguration

FlattenGroups

Declaration
public bool FlattenGroups { get; set; }
Property Value
Type Description
System.Boolean

FontDirectory

Declaration
public string FontDirectory { get; }
Property Value
Type Description
System.String

FontSubstitutionEnabled

Declaration
public bool FontSubstitutionEnabled { get; set; }
Property Value
Type Description
System.Boolean

ForceLegacyTextRendering

Declaration
public bool ForceLegacyTextRendering { get; set; }
Property Value
Type Description
System.Boolean

GetDefaultRichTextStyleFromLastChar

Declaration
public bool GetDefaultRichTextStyleFromLastChar { get; set; }
Property Value
Type Description
System.Boolean

GlobalWrappingMargin

Declaration
public float? GlobalWrappingMargin { get; }
Property Value
Type Description
System.Nullable<System.Single>

GrayscaleColorProfileFileName

Declaration
public string GrayscaleColorProfileFileName { get; }
Property Value
Type Description
System.String

IdmlFixDescenderEnabled

Declaration
public bool IdmlFixDescenderEnabled { get; set; }
Property Value
Type Description
System.Boolean

IgnoreInDesignMissingLinks

Declaration
public bool IgnoreInDesignMissingLinks { get; set; }
Property Value
Type Description
System.Boolean

LegacyIdmlBleedParsingEnabled

Declaration
public bool LegacyIdmlBleedParsingEnabled { get; set; }
Property Value
Type Description
System.Boolean

LegacyTextEngineEnabled

Declaration
public bool LegacyTextEngineEnabled { get; set; }
Property Value
Type Description
System.Boolean

LoadFontListAsPostScriptNames

Declaration
public bool LoadFontListAsPostScriptNames { get; set; }
Property Value
Type Description
System.Boolean

NotFoundGlyphRemovalEnabled

Declaration
public bool NotFoundGlyphRemovalEnabled { get; set; }
Property Value
Type Description
System.Boolean

PdfHiResRasterizeVectorLayers

Declaration
public bool PdfHiResRasterizeVectorLayers { get; set; }
Property Value
Type Description
System.Boolean

PdfRenderDeviceProfileEnabled

Declaration
public bool PdfRenderDeviceProfileEnabled { get; set; }
Property Value
Type Description
System.Boolean

PdfRenderKeepOriginalColors

Declaration
public bool PdfRenderKeepOriginalColors { get; set; }
Property Value
Type Description
System.Boolean

PreferredFallbackFonts

Declaration
public string PreferredFallbackFonts { get; set; }
Property Value
Type Description
System.String

PsdTextBoxWorkaroundEnabled

Declaration
public bool PsdTextBoxWorkaroundEnabled { get; set; }
Property Value
Type Description
System.Boolean

RasterizeVectorInSmartFrame

Declaration
public bool RasterizeVectorInSmartFrame { get; set; }
Property Value
Type Description
System.Boolean

RenderingMemoryStreamMaxSize

Declaration
public long RenderingMemoryStreamMaxSize { get; set; }
Property Value
Type Description
System.Int64

RgbColorProfileFileName

Declaration
public string RgbColorProfileFileName { get; }
Property Value
Type Description
System.String

SepiaAlgorithm

Declaration
public SepiaAlgorithm SepiaAlgorithm { get; set; }
Property Value
Type Description
SepiaAlgorithm

StaticStoragePath

Declaration
public string StaticStoragePath { get; }
Property Value
Type Description
System.String

SubstitutionFontPostScriptName

Declaration
public string SubstitutionFontPostScriptName { get; set; }
Property Value
Type Description
System.String

TempDirectory

Declaration
public string TempDirectory { get; }
Property Value
Type Description
System.String

UseAnisotropic9ResizeMode

Declaration
public bool UseAnisotropic9ResizeMode { get; set; }
Property Value
Type Description
System.Boolean

UseInDesignLockedState

Declaration
public bool UseInDesignLockedState { get; set; }
Property Value
Type Description
System.Boolean

UseInDesignPageAsPrintArea

Declaration
public bool UseInDesignPageAsPrintArea { get; set; }
Property Value
Type Description
System.Boolean

UseInDesignVisibleState

Declaration
public bool UseInDesignVisibleState { get; set; }
Property Value
Type Description
System.Boolean

Methods

Setup(Boolean, IEnumerable<Assembly>, TypeRegistrationOrderedDict, Boolean)

Declaration
public static void Setup(bool enableCors = false, IEnumerable<Assembly> controllerAssemblies = null, TypeRegistrationOrderedDict additionalBindings = null, bool enableMappingAttributeRoutes = true)
Parameters
Type Name Description
System.Boolean enableCors
System.Collections.Generic.IEnumerable<System.Reflection.Assembly> controllerAssemblies
TypeRegistrationOrderedDict additionalBindings
System.Boolean enableMappingAttributeRoutes

Implements

IConfiguration
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...