PdfSignature
IsTag Property
|
Note: This API is now obsolete.
Flag determine whether to display the labels
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[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
Property Value
Type:
Boolean
See Also