O2S.Components.PDF4NET Documentation
GenerateMarkedContentSequence Property



O2S.Components.PDF4NET.LogicalStructure Namespace > PDFStructureElement Class : GenerateMarkedContentSequence Property
Gets or sets a flag indicating whether this structure element will be associated with a marked content sequence.
Syntax
'Declaration
 
Public Property GenerateMarkedContentSequence As Boolean
'Usage
 
Dim instance As PDFStructureElement
Dim value As Boolean
 
instance.GenerateMarkedContentSequence = value
 
value = instance.GenerateMarkedContentSequence
public bool GenerateMarkedContentSequence {get; set;}
public:
property bool GenerateMarkedContentSequence {
   bool get();
   void set (    bool value);
}

Property Value

If true, a marked content sequence will be generated in the page content stream when the structure element is used.
Remarks
This property is used only with formatted content and flow documents, to inform the layout engine whether to generate a marked content sequence or not for an object in the hierarchy.
The O2S.Components.PDF4NET.Graphics.PDFCanvas.BeginStructureElement method ignores the value of this property.
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