FeaturesBarcodes Property |
Gets the value that indicates whether barcodes extraction is supported.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.0
Syntaxpublic bool Barcodes { get; }
Public ReadOnly Property Barcodes As Boolean
Get
public:
property bool Barcodes {
bool get ();
}
member Barcodes : bool with get
Return Value
Type:
Booleantrue if barcodes extraction is supported; otherwise,
false.
See Also