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

MethodDescription
FileDataSource(System::String)Initializes new file data source with the specified path.
get_DataType() overrideType of data source (file).
get_Path() constGets the path to the file of the current data source.

See Also