XFINIUM.PDF Documentation
Tag Property (PdfDefineMarkedContentOperator)



Xfinium.Pdf.Graphics.Operators Namespace > PdfDefineMarkedContentOperator Class : Tag Property
Gets or sets the tag.
Syntax
'Declaration
 
Public Property Tag As PdfCosName
'Usage
 
Dim instance As PdfDefineMarkedContentOperator
Dim value As PdfCosName
 
instance.Tag = value
 
value = instance.Tag
public PdfCosName Tag {get; set;}
public:
property PdfCosName^ Tag {
   PdfCosName^ get();
   void set (    PdfCosName^ value);
}

Property Value

A name object indicating the role or significance of the 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

PdfDefineMarkedContentOperator Class
PdfDefineMarkedContentOperator Members