Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfStringFlags Enumeration

In This Topic
    PdfStringFlags Enumeration
    In This Topic
    Flags defining the state of a PdfString.
    Syntax
    'Declaration
     
    Public Enum PdfStringFlags 
       Inherits System.Enum
    public enum PdfStringFlags : System.Enum 
    Members
    MemberDescription
    EncryptedThe string is encrypted.
    HexFormatThe string should be serialized in HEX format.
    NoneNo flags are specified.
    NotEncryptThe string should NOT be encrypted when saving the document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Spec.PdfStringFlags

    See Also