Class FileDataSource
FileDataSource class
Represents file data source for load and save operations of a plugin.
public sealed class FileDataSource : IDataSource
Constructors
Name | Description |
---|---|
FileDataSource(string) | Initializes new file data source with the specified path. |
Properties
Name | Description |
---|---|
DataType { get; } | Type of data source (file). |
Path { get; } | Gets the path to the file of the current data source. |
See Also
- interface IDataSource
- namespace Aspose.Page.Plugins
- assembly Aspose.Page