PdfDocumentMetadataUpdateCustomField Method |
Updates a custom field in the metadata object.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void UpdateCustomField(
string name,
string val
)
Public Sub UpdateCustomField (
name As String,
val As String
)
Parameters
- name
- Type: SystemString
The name associated with the metadata field to be updated.
- val
- Type: SystemString
The string value to associate with this metadata.
See Also