Aspose::Pdf::LowCode::FileSaveTarget class
FileSaveTarget class
Represents file save target for a plugin.
class FileSaveTarget : public Aspose::Pdf::LowCode::ISaveTarget
Methods
| Method | Description |
|---|---|
| FileSaveTarget(System::String) | Initializes new file save target with specified path. |
| get_Path() const | Gets the path to the file of current save target. |
| get_SaveTarget() override | Type of the save target (file). |
See Also
- Class ISaveTarget
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++