Enum CStringType
Type of the parsed string.
public enum CStringType
Fields
Dictionary = 4HACK: The string is the content of a dictionary. Currently, there is no parser for dictionaries in Content Streams.
HexString = 1The string has the format "<...>".
String = 0The string has the format "(...)".
UnicodeHexString = 3The string... TODO.
UnicodeString = 2The string... TODO.