Aspose::Page::Plugins::FileDataSource class
FileDataSource class
Represents file data source for load and save operations of a plugin.
class FileDataSource : public Aspose::Page::Plugins::IDataSource
Methods
Method | Description |
---|---|
FileDataSource(System::String) | Initializes new file data source with the specified path. |
get_DataType() override | Type of data source (file). |
get_Path() const | Gets the path to the file of the current data source. |
See Also
- Class IDataSource
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++