public MicroPDF417BarcodeSymbolSize SymbolSize { get; set; }
Public Property SymbolSize As MicroPDF417BarcodeSymbolSize
@property (nonatomic, assign) LTMicroPDF417BarcodeSymbolSize symbolSize
public MicroPDF417BarcodeSymbolSize getSymbolSize()
public void setSymbolSize(MicroPDF417BarcodeSymbolSize value)
public:
property MicroPDF417BarcodeSymbolSize SymbolSize {
MicroPDF417BarcodeSymbolSize get();
void set ( MicroPDF417BarcodeSymbolSize );
}
An MicroPDF417BarcodeSymbolSize enumeration member that indicates the symbol size to use when writing MicroPDF417 barcodes. The default value is MicroPDF417BarcodeSymbolSize.Smallest.
When the value of LimitByRowsAndColumns is false, the symbol size is control by the BarcodeData.Bounds and XModule values used. Otherwise, the value of SymbolSize will be used.
For more information, refer to Writing Barcodes - Bounds and XModule.
For an example, refer to MicroPDF417BarcodeWriteOptions.
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