XFINIUM.PDF Documentation
Tag Property (PdfFlowContent)



Xfinium.Pdf.FlowDocument Namespace > PdfFlowContent Class : Tag Property
Gets or sets an arbitrary object value that can be used to store custom information about this element.
Syntax
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As PdfFlowContent
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The intended value.
Remarks
This property is analogous to Tag properties in other Microsoft programming models. Tag is intended to provide a pre-existing property location where you can store some basic custom information about any PdfFlowContent without requiring you to subclass a content 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

PdfFlowContent Class
PdfFlowContent Members