PdfDocumentMetadataRemoveCustomField Method |
Removes a field from 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 RemoveCustomField(
string name
)
Public Sub RemoveCustomField (
name As String
)
Parameters
- name
- Type: SystemString
The name associated with the metadata to be removed.
See Also