Class ByteContentStreamSource

ByteContentStreamSource class

Represents a stream source based on content stream.

public class ByteContentStreamSource : StreamSource

Constructors

NameDescription
ByteContentStreamSource(byte[])Initializes new ByteContentStreamSource object.

Properties

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

Methods

NameDescription
override Clone()Clones the ByteContentStreamSource object.
override GetFontStream()Returns font file stream. Don’t forget to close the stream after use.
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