save pdf stream to file
Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public void Save( string fileName ) |
Visual Basic |
---|
Public Sub Save ( _ fileName As String _ ) |
Visual C++ |
---|
public: void Save( String^ fileName ) |
Parameters
- fileName
- Type: System..::..String