Class ByteContentStreamSource
ByteContentStreamSource class
Represents a stream source based on content stream.
public class ByteContentStreamSource : StreamSource
Constructors
Properties
Name | Description |
---|
Offset { get; set; } | Gets or sets offset inside the source. |
Methods
Name | Description |
---|
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