ByteContentStreamSource

ByteContentStreamSource class

表示基于内容流的流源。

public class ByteContentStreamSource : StreamSource

构造函数

姓名描述
ByteContentStreamSource(byte[])初始化新的ByteContentStreamSource对象.

特性

姓名描述
Offset { get; set; }获取或设置源内的偏移量。

方法

姓名描述
override Clone()克隆 ByteContentStreamSource 对象。
override GetFontStream()返回字体文件流。 使用后不要忘记关闭流。
virtual MustCloseAfterUse()继承者可能会阻止流关闭。 如果流源希望流在使用后关闭,则返回 true。 否则返回 false。

也可以看看