FileIndexingEventArgsEncoding Property |
Gets or sets the encoding of the document.
Namespace: GroupDocs.Search.EventsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic string Encoding { get; set; }
Public Property Encoding As String
Get
Set
public:
property String^ Encoding {
String^ get ();
void set (String^ value);
}
member Encoding : string with get, set
Property Value
Type:
StringThe encoding of the document.
See Also