This documentation is for the old version. Go to the latest Graphics Mill docs

Pidl.Stream Property

Gets a binary content of a file system item represented by this Pidl object.

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

Syntax

Visual Basic
Public ReadOnly Property Stream As Stream
C#
public Stream Stream { get; }

Property Value

Stream object representing a binary content of the file system item.

See Also

Reference