XFINIUM.PDF Documentation
AutoNumber Property



Gets or sets a value indicating whether the headings should be numbered automatically.
Syntax
'Declaration
 
Public Property AutoNumber As Boolean
'Usage
 
Dim instance As PdfFlowHeadingContent
Dim value As Boolean
 
instance.AutoNumber = value
 
value = instance.AutoNumber
public bool AutoNumber {get; set;}
public:
property bool AutoNumber {
   bool get();
   void set (    bool value);
}

Property Value

If true the headings are numbered automatically based on their position in the document and relative to their parent heading.
Remarks
The heading number is generated in the format x.y.z, with one number for each level. Level 1 headings will have one number (x), level 2 headings will have 2 numbers (x.y) where the first number matches the number of parent level 1 heading. Level 3 headings will have 3 numbers (x.y.z) and so on.
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