Saves this metadata to the specified file.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void Save(
string fileName
)
VB
Public Sub Save (
fileName As String
)
Parameters
- fileName
- Type: System.String
A string that contains the name of the file to which to save this metadata.
Remarks
This method requires a valid license data added to license manager. Otherwise, the
method throws an exception of
InvalidOperationException type.
See Also