Class FileSaveTarget
Class FileSaveTarget
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.3.0)
Represents file save target for a plugin.
public class FileSaveTarget : ISaveTarget
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FileSaveTarget(string)
Initializes new file save target with specified path.
public FileSaveTarget(string path)
Parameters
path
string
A string representing the path to the output file.
Properties
Path
Gets the path to the file of current save target.
public string Path { get; }
Property Value
SaveTarget
Type of the save target (file).
public DataType SaveTarget { get; }