Click or drag to resize

PdfDocumentMetadataUpdateCustomField Method

Updates a custom field in the metadata object.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void UpdateCustomField(
	string name,
	string val
)

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