O2S.Components.PDF4NET Documentation
MarkedContentIdentifier Property (PDFTextRun)



O2S.Components.PDF4NET.Content Namespace > PDFTextRun Class : MarkedContentIdentifier Property
Gets the marked content identifier.
Syntax
'Declaration
 
Public ReadOnly Property MarkedContentIdentifier As Integer
'Usage
 
Dim instance As PDFTextRun
Dim value As Integer
 
value = instance.MarkedContentIdentifier
public int MarkedContentIdentifier {get;}
public:
property int MarkedContentIdentifier {
   int get();
}

Property Value

An integer representing the id of the marked content sequence this text fragment object belongs to.
Remarks
A negative value means the text fragment does not belong to a marked content sequence.
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

PDFTextRun Class
PDFTextRun Members