XFINIUM.PDF Documentation
BeginStructureElement(String,PdfCosDictionary) Method



Xfinium.Pdf.Graphics Namespace > PdfGraphics Class > BeginStructureElement Method : BeginStructureElement(String,PdfCosDictionary) Method
The type of the structure element associated with the content enclosed by the marked content sequence.
A property list
Begins a marked content sequence associated with the specified type and properties.
Syntax
'Declaration
 
Public Overloads Function BeginStructureElement( _
   ByVal structureElementType As String, _
   ByVal properties As PdfCosDictionary _
) As PdfMarkedContentSequenceIdentifier
'Usage
 
Dim instance As PdfGraphics
Dim structureElementType As String
Dim properties As PdfCosDictionary
Dim value As PdfMarkedContentSequenceIdentifier
 
value = instance.BeginStructureElement(structureElementType, properties)

Parameters

structureElementType
The type of the structure element associated with the content enclosed by the marked content sequence.
properties
A property list
Remarks
Each BeginStructureElement call must be paired with a EndStructureElement call. After this method is called, a call to Xfinium.Pdf.PdfContentStreamContainer.MapMarkedContentIdentifierToStructureElement is required in order to map the marked content identifier to the structure element that includes it. The Xfinium.Pdf.PdfContentStreamContainer is the Xfinium.Pdf.PdfPage or PdfFormXObject object that includes this PdfGraphics object.
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

PdfGraphics Class
PdfGraphics Members
Overload List