'Declaration
Public Function SetCustomPDFInformation( _ ByVal Key As String, _ ByVal Value As String _ ) As GdPictureStatus
public GdPictureStatus SetCustomPDFInformation( string Key, string Value )
public function SetCustomPDFInformation( Key: String; Value: String ): GdPictureStatus;
public function SetCustomPDFInformation( Key : String, Value : String ) : GdPictureStatus;
public: GdPictureStatus SetCustomPDFInformation( string* Key, string* Value )
public: GdPictureStatus SetCustomPDFInformation( String^ Key, String^ Value )
Parameters
- Key
- The name of the custom information key (the custom metadata field).
- Value
- The value of the specified custom information key.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.