ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / IsEmbedded Property




In This Topic
    IsEmbedded Property
    In This Topic
    Gets a value indicating whether the font is embedded.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmbedded As Boolean
    'Usage
     
    Dim instance As ImGearPDEFont
    Dim value As Boolean
     
    value = instance.IsEmbedded
    public bool IsEmbedded {get;}
    public: __property bool get_IsEmbedded();
    public:
    property bool IsEmbedded {
       bool get();
    }

    Property Value

    Boolean value.
    Remarks
    Returns false if it was created in one document and embedded in a different document.
    See Also