Aspose::Pdf::Plugins::FileSaveTarget class

FileSaveTarget class

Represents file save target for a plugin.

class FileSaveTarget : public Aspose::Pdf::Plugins::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