ImageGear .NET v25.0 - Updated
IsEmbedded Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : IsEmbedded Property
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

Reference

ImGearPDEFont Class
ImGearPDEFont Members