ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontAttrs Class / Protection Field




In This Topic
    Protection Field
    In This Topic
    Allows setting one of the following bits to disable font embedding.
    Syntax
    'Declaration
     
    Public Protection As ImGearPDEFontProtection
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As ImGearPDEFontProtection
     
    value = instance.Protection
     
    instance.Protection = value
    public ImGearPDEFontProtection Protection
    public: ImGearPDEFontProtection Protection
    public:
    ImGearPDEFontProtection Protection

    Field Value

    ImGearPDEFontProtection enumeration value.
    Remarks
      The default value is ImGearPDEFontProtection.NO_EMBEDDING.
      See Also