C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / HtmlExporter.LinksLocationsEnum Enumeration

HtmlExporter.LinksLocationsEnum Enumeration
Defines the location of hyperlinks in the generated HTML pages.
Syntax
'Declaration
 
Public Enum HtmlExporter.LinksLocationsEnum 
   Inherits System.Enum
 
Members
MemberDescription
BottomFrameHyperlinks are located in the bottom frame.
LeftFrameHyperlinks are located in the left frame.
NoneHyperlinks are not generated.
RightFrameHyperlinks are located in the right frame.
TopFrameHyperlinks are located in the top frame.
TopPageHyperlinks are located at the top of pages.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.Export.HtmlExporter.LinksLocationsEnum

See Also