EmbeddedFile UpdateMetadata Function. Update metadata for the embedded file. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Update metadata for the embedded file.

 

   
Syntax  

[C#]
void UpdateMetadata(string path)

[Visual Basic]
Sub UpdateMetadata(path As String)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
path A path to a file containing data. If null is passed the data will be cleared.

 

   

Notes
 

Update metadata like the ModificationDate, CreationDate and Size to reflect the file values.

This EmbeddedFile must be part of an ObjectSoup or an exception will be thrown.

 

   

Example
 

None.