Class OutlineEntry
Inheritance
System.Object
OutlineEntry
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class OutlineEntry : Object
Constructors
OutlineEntry()
Initialise the new instance of the Outline Entry.
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|
OutlineLevel
Declaration
public int OutlineLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OutlineTarget
Declaration
public string OutlineTarget { get; set; }
Property Value
Type |
Description |
System.String |
|