 | PdfMarkedContentTag Property |
Gets a tag operand of the marked content
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Tag { get; }
Public ReadOnly Property Tag As String
Get
public:
property String^ Tag {
String^ get ();
}
member Tag : string with get
/** @property */
public String get_Tag()
Property Value
String
Remarks
All marked-content operators except EMC take a tag operand indicating the role
or significance of the marked-content element to the processing application.
See Also