Aspose::Font::Sources::StreamSource class

StreamSource class

Defines a way to get a file stream when it is needed.

class StreamSource : public System::Object

Methods

MethodDescription
virtual Clone()Clones the stream source object.
get_Offset() constGets offset inside the source.
virtual get_StreamLength()Returns stream length.
virtual 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.
set_Offset(int64_t)Sets offset inside the source.
StreamSource()Initializes stream source instance.

See Also