CodecRegistry.CustomReaderCreate Property

Gets or sets the callback for creating custom image readers.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public CustomReaderCreateCallback CustomReaderCreate { get; set; }

Property Value

A CustomReaderCreateCallback delegate for custom reader creation.

See Also

Reference