DocxOptions
Tags Property
|
Gets or sets the tags of the document.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Tags { get; set; }
Public Property Tags As String
Get
Set
public:
property String^ Tags {
String^ get ();
void set (String^ value);
}
member Tags : string with get, set
Property Value
Type:
String
See Also