Class StreamSource

StreamSource class

Defines a way to get a file stream when it is needed.

public abstract class StreamSource

Constructors

NameDescription
StreamSource()Initializes stream source instance.

Properties

NameDescription
Offset { get; set; }Gets or sets offset inside the source.

Methods

NameDescription
abstract Clone()Clones the stream source object.
abstract GetFontStream()Returns Font stream.
virtual MustCloseAfterUse()The inheritors may prevent stream from closing. Returns true if the stream source wants the stream to be closed after use. Otherwise returns false.

See Also