FileSpecExport Method (String) |
Export.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Export(
string save_as
)
Public Function Export (
save_as As String
) As Boolean
public:
virtual bool Export(
[InAttribute] String^ save_as
) sealed
function Export(save_as);
Parameters
- save_as
- Type: SystemString
the save_as
Return Value
Type:
Boolean true, if successful
See Also