mPDFExportParamsSearchTextType Property
|
Property that represents searchable text type
value. Available values: * (0) NoSearch - No searchable text. * (1)
SHX - Only text displayed with SHX font is searchable. * (2) TTF -
Only text displayed with TTF font is searchable.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public SearchableTextType SearchTextType { get; set; }
Public Property SearchTextType As SearchableTextType
Get
Set
public:
property SearchableTextType SearchTextType {
SearchableTextType get ();
void set (SearchableTextType value);
}
member SearchTextType : SearchableTextType with get, set
Property Value
SearchableTextType
See Also