XFINIUM.PDF Documentation
BeginStructureElement(PdfStructureElement) Method



Xfinium.Pdf.Graphics Namespace > PdfGraphics Class > BeginStructureElement Method : BeginStructureElement(PdfStructureElement) Method
The structure element associated with the content enclosed by the marked content sequence.
Begins a marked content sequence associated with a Xfinium.Pdf.LogicalStructure.PdfStructureElement object.
Syntax
'Declaration
 
Public Overloads Sub BeginStructureElement( _
   ByVal structureElement As PdfStructureElement _
) 
'Usage
 
Dim instance As PdfGraphics
Dim structureElement As PdfStructureElement
 
instance.BeginStructureElement(structureElement)
public void BeginStructureElement( 
   PdfStructureElement structureElement
)
public:
void BeginStructureElement( 
   PdfStructureElement^ structureElement
) 

Parameters

structureElement
The structure element associated with the content enclosed by the marked content sequence.
Remarks
Each BeginStructureElement call must be paired with a EndStructureElement call.
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