XFINIUM.PDF Documentation
Level Property (PdfFlowHeadingContent)



Gets or sets the heading level (1 to 8).
Syntax
'Declaration
 
Public Property Level As Integer
'Usage
 
Dim instance As PdfFlowHeadingContent
Dim value As Integer
 
instance.Level = value
 
value = instance.Level
public int Level {get; set;}
public:
property int Level {
   int get();
   void set (    int value);
}

Property Value

An integer value greater than 0 and smaller than or equal to 8.
Remarks
Level 1 is the top most heading, level 2 headings are children of level 1 and so on.
The level information is used to build the document's outline tree and to generate correctly the heading number if AutoNumber property is true.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowHeadingContent Class
PdfFlowHeadingContent Members

Send Feedback