Aspose::Pdf::LowCode::FileSaveTarget class

FileSaveTarget class

Represents file save target for a plugin.

class FileSaveTarget : public Aspose::Pdf::LowCode::ISaveTarget

Methods

MethodDescription
FileSaveTarget(System::String)Initializes new file save target with specified path.
get_Path() constGets the path to the file of current save target.
get_SaveTarget() overrideType of the save target (file).

See Also