Class FileDataSource

Class FileDataSource

Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)

Represents file data source for load and save operations of a plugin.

public sealed class FileDataSource : IDataSource

Inheritance

objectFileDataSource

Implements

IDataSource

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

FileDataSource(string)

Initializes new file data source with the specified path.

public FileDataSource(string path)

Parameters

path string

A string representing the path to the source file.

Properties

DataType

Type of data source (file).

public DataType DataType { get; }

Property Value

DataType

Path

Gets the path to the file of the current data source.

public string Path { get; }

Property Value

string

 English