Flag determine whether to display the labels
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future.To achieve the same function,simply setting labels enables displaying labels,if not set, labels will not dispaly.")] public bool IsTag { get; set; }
<ObsoleteAttribute("This property may be removed in the future.To achieve the same function,simply setting labels enables displaying labels,if not set, labels will not dispaly.")> Public Property IsTag As Boolean Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future.To achieve the same function,simply setting labels enables displaying labels,if not set, labels will not dispaly.")] property bool IsTag { bool get (); void set (bool value); }
[<ObsoleteAttribute("This property may be removed in the future.To achieve the same function,simply setting labels enables displaying labels,if not set, labels will not dispaly.")>] member IsTag : bool with get, set