Gets a value indicating whether this
PdfFont is
embedded into the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Embedded { get; }
VB
Public ReadOnly Property Embedded As Boolean
Get
Property Value
Type:
Booleantrue if this
PdfFont embedded into the
document; otherwise,
false.
See Also