Class FileSaveTarget
FileSaveTarget class
Represents file save target for a plugin.
public class FileSaveTarget : ISaveTarget
Constructors
Name | Description |
---|---|
FileSaveTarget(string) | Initializes new file save target with specified path. |
Properties
Name | Description |
---|---|
Path { get; } | Gets the path to the file of current save target. |
SaveTarget { get; } | Type of the save target (file). |
See Also
- interface ISaveTarget
- namespace Aspose.Pdf.Plugins
- assembly Aspose.PDF