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
Method | Description |
---|---|
virtual Clone() | Clones the stream source object. |
get_Offset() const | Gets offset inside the source. |
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
- Class Object
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++