 | PdfFontIsEmbedded Property |
Specifies whether the font is ebedded
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool IsEmbedded { get; }Public ReadOnly Property IsEmbedded As Boolean
Get
public:
property bool IsEmbedded {
bool get ();
}member IsEmbedded : bool with get
/** @property */
public boolean get_IsEmbedded()
function get_IsEmbedded();
Property Value
Boolean
See Also