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