Namespace: BitMiracle.Docotic.Pdf
public void SetCustomName( string key, string name )
Public Sub SetCustomName ( key As String, name As String )
This method throws ArgumentException if key is one of the keys defined in PDF Reference for File Specification Dictionaries.
The key must not be null.
Providing null for the name removes existing value for the specified key (if any).
The pair will be stored as /key /name in this file specification dictionary.