PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / GenerateOutline Property

In This Topic
    GenerateOutline Property (HtmlExporter)
    In This Topic
    Gets or sets a value indicating whether to create a frame containing the document's outline.
    Syntax
    'Declaration
     
    Public Property GenerateOutline As Boolean
    public bool GenerateOutline {get; set;}
    See Also