PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class
Members

In This Topic
    RenderText Class
    In This Topic
    Represents a run of text in a C1PrintDocument. Text is drawn using a single style (see RenderParagraph for multi-style text).
    Object Model
    RenderText Class
    Syntax
    'Declaration
     
    Public Class RenderText 
       Inherits RenderTextBase
       Implements IDocumentLocationIStyleOwner 
    public class RenderText : RenderTextBase, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderTextBase
             C1.C1Preview.RenderText
                C1.C1Preview.RenderVerticalText

    See Also