[]
Flags defining the state of a PdfString.
[Flags]
public enum PdfStringFlags
Encrypted = 2The string is encrypted.
HexFormat = 1The string should be serialized in HEX format.
None = 0No flags are specified.
NotEncrypt = 4The string should NOT be encrypted when saving the document.