Aspose::Font::Sources::ByteContentStreamSource class

ByteContentStreamSource class

Represents a stream source based on content stream.

class ByteContentStreamSource : public Aspose::Font::Sources::StreamSource

Methods

MethodDescription
ByteContentStreamSource(System::ArrayPtr<uint8_t>)Initializes new ByteContentStreamSource object.
Clone() overrideClones the ByteContentStreamSource object.
get_StreamLength() overrideReturns stream length.
GetFontStream() overrideReturns font file stream. Don’t forget to close the stream after use.

See Also