[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfStringFlags

PdfStringFlags Enum

Flags defining the state of a PdfString.

Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
[Flags]
public enum PdfStringFlags
<Flags>
Public Enum PdfStringFlags

Fields

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.