EpsReader.ReadAdobeResources Method (Stream)

Reads Adobe resources from the specified stream.

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

Syntax

C#
public static AdobeResourceDictionary ReadAdobeResources(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The stream to read from.

Return Value

The Adobe resources data.

See Also

Reference