Click or drag to resize
MARC21MarcFile_Enums Enumeration
MarcFile_Enums: Flags that can be set when working with the MarcFile Function

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public enum MarcFile_Enums
Members
  Member nameValueDescription
def0 def: Default value (0)
marc81 marc8: Will convert data to MARC-8 (1)
utf82 utf-8: Will convert data to UTF-8 (2)
raw3 raw: will leave data as raw (3)
See Also