XFINIUM.PDF Documentation
Headers Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardTableAttribute Class : Headers Property
Gets the headers.
Syntax
'Declaration
 
Public ReadOnly Property Headers As PdfStringCollection
'Usage
 
Dim instance As PdfStandardTableAttribute
Dim value As PdfStringCollection
 
value = instance.Headers
public PdfStringCollection Headers {get;}
public:
property PdfStringCollection^ Headers {
   PdfStringCollection^ get();
}

Property Value

A collection of strings, where each string shall be the element identifier (PdfStructureElement.ID) for a TableHeaderCell structure element that shall be used as a header associated with this cell.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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

PdfStandardTableAttribute Class
PdfStandardTableAttribute Members