DocumentUltimateConfiguration Class

Provides properties and methods for changing this library's configuration.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public sealed class DocumentUltimateConfiguration : ProductConfiguration<DocumentUltimateConfiguration>
Inheritance
Object    ConfigurationBaseDocumentUltimateConfiguration    ProductConfigurationDocumentUltimateConfiguration    DocumentUltimateConfiguration

Constructors

DocumentUltimateConfiguration Initializes a new instance of the DocumentUltimateConfiguration class.

Properties

AssemblyInfoGets information on this library's assembly.
CurrentGets current global configuration instance.
LicenseKey Sets the purchased license key to register the product and remove any limitations.
(Inherited from ProductConfigurationDocumentUltimateConfiguration)
MaximumStackSize Gets or sets a value that specifies maximum stack size of threads, in bytes, which should be used when necessary. Note that this should be set only if you get StackOverflowException for some document conversions (e.g. PDFs with signed certificates). When set, if current thread's stack size is lower than the value, a new thread will be created with the value and the conversion will be done inside this thread to prevent StackOverflowException. The default is 0, which means disabled.
TrialExtensionKey Sets the trial extension key. If your trial has expired and you need more time for evaluation, you can request a trial extension key from support.
(Inherited from ProductConfigurationDocumentUltimateConfiguration)

Methods

CheckPlatformSupportChecks if a feature is supported on current OS platform. Throws PlatformNotSupportedException if not.
Clear
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Load(Boolean)Loads from <appSettings> element of the Web.config or application configuration file.
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Load(FuncString, String, String, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Load(IDictionaryString, String, String, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Load(NameValueCollection, String, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Load(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Load(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Save(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Save(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Save(ActionString, String, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Save(IDictionaryString, String, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)
Save(NameValueCollection, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseDocumentUltimateConfiguration)

See Also