Class StreamSource
StreamSource class
Defines a way to get a file stream when it is needed.
public abstract class StreamSource
Constructors
Name | Description |
---|
StreamSource() | Initializes stream source instance. |
Properties
Name | Description |
---|
Offset { get; set; } | Gets or sets offset inside the source. |
Methods
Name | Description |
---|
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