XFINIUM.PDF Documentation
Type Property (PdfStructureElement)



Xfinium.Pdf.LogicalStructure Namespace > PdfStructureElement Class : Type Property
Gets or sets the type of the structure element.
Syntax
'Declaration
 
Public Property Type As String
'Usage
 
Dim instance As PdfStructureElement
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}

Property Value

A string identifying the nature of the structure element and its role within the document, such as a chapter, paragraph, or footnote.
Remarks
Names of structure element types shall conform to the guidelines described in Annex E, "PDF Name Registry", of PDF specification.
A set of standard structure types is defined as constants in PdfStandardStructureTypes class.
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

PdfStructureElement Class
PdfStructureElement Members