DuplicatePostscriptNameException.Conflicts Property

Gets every postscript-name collision found by the call that threw this exception.

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

Syntax

C#
public ReadOnlyCollection<PostscriptNameConflict> Conflicts { get; }

Property Value

The collection of PostscriptNameConflict instances describing each collision.

See Also

Reference