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




In This Topic
    CantEmbed Field
    In This Topic
    A non-zero value means the font cannot be embedded.
    Syntax
    'Declaration
     
    Public CantEmbed As Integer
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As Integer
     
    value = instance.CantEmbed
     
    instance.CantEmbed = value
    public int CantEmbed
    public: int CantEmbed
    public:
    int CantEmbed

    Field Value

    Integer value.
    Remarks
    The default value is 0.
    See Also