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

In This Topic
    RenderEmpty Class
    In This Topic
    Represents an empty RenderObject. Provides a convenient placeholder for things like page breaks and so on, where no content needs to be rendered.
    Object Model
    RenderEmpty Class
    Syntax
    'Declaration
     
    Public Class RenderEmpty 
       Inherits RenderObject
       Implements IDocumentLocationIStyleOwner 
    public class RenderEmpty : RenderObject, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderEmpty

    See Also