Class FileDataSource
Class FileDataSource
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)
表示插件的加载和保存操作的文件数据源。
public sealed class FileDataSource : IDataSource
继承
实现
继承成员
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
FileDataSource(string)
使用指定路径初始化新的文件数据源。
public FileDataSource(string path)
参数
path
string
表示源文件路径的字符串。
属性
DataType
数据源类型(文件)。
public DataType DataType { get; }
属性值
Path
获取当前数据源的文件路径。
public string Path { get; }