[]
        
(Showing Draft Content)

C1.WPF.Document.Util.C1HtmlGraphics.CreateTextLayout

CreateTextLayout Method

CreateTextLayout()

Creates and initializes the C1.Document.Util.C1TextLayout object which can be used to render or measure text on the graphics.

Declaration
public override C1TextLayout CreateTextLayout()
Public Overrides Function CreateTextLayout() As C1TextLayout
Returns
Type Description
C1TextLayout

Created C1.Document.Util.C1TextLayout object.

Overrides
C1.Document.Util.C1ExportGraphicsBase.CreateTextLayout()