[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.Font.CreateNativeFont

CreateNativeFont Method

CreateNativeFont()

Gets a Font object created from the embedded font data.

Note that this method will return null if the font is not embedded or does not support this operation (e.g. Type3 fonts).

Declaration
public abstract Font CreateNativeFont()
Public MustOverride Function CreateNativeFont() As Font
Returns
Type Description
Font

The Font object.