[]
Flags defining the state of a PdfString.
[Flags]
public enum PdfStringFlags
| Name | Description |
|---|---|
| Encrypted | The string is encrypted. |
| HexFormat | The string should be serialized in HEX format. |
| None | No flags are specified. |
| NotEncrypt | The string should NOT be encrypted when saving the document. |