public override BarcodeSymbology Symbology { get; set; }
<BrowsableAttribute(False)>
Public Overrides Property Symbology As BarcodeSymbology
@property (nonatomic, assign) LTBarcodeSymbology symbology
@Override public BarcodeSymbology getSymbology()
@Override public void setSymbology(BarcodeSymbology value)
[BrowsableAttribute(false)]
public:
property BarcodeSymbology Symbology {
BarcodeSymbology get() override;
void set ( BarcodeSymbology ) override;
}
An BarcodeSymbology enumeration member that specifies the barcode symbology (type) associated with this MicroPDF417BarcodeData.
This property overrides the base BarcodeData.Symbology and will always return BarcodeSymbology.MicroPDF417. Attempting to set this property to any other symbology value is illegal and will result in an ArgumentException being thrown.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document