ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontProtection Enumeration




In This Topic
    ImGearPDEFontProtection Enumeration
    In This Topic
    Specifies font protection.
    Syntax
    'Declaration
     
    Public Enum ImGearPDEFontProtection 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPDEFontProtection
    public enum ImGearPDEFontProtection : System.Enum 
    __value public enum ImGearPDEFontProtection : public System.Enum 
    public enum class ImGearPDEFontProtection : public System.Enum 
    Members
    MemberValueDescription
    NO_EDITABLE_EMBEDDING2Editable embedding is not allowed.
    NO_EMBEDDING1Embedding is not allowed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.PDF.ImGearPDEFontProtection

    See Also