XFINIUM.PDF Documentation
BarcodeSize Property (Pdf417MicroBarcode)



Gets or sets the barcode size.
Syntax
'Declaration
 
Public Property BarcodeSize As Pdf417MicroBarcodeSize
'Usage
 
Dim instance As Pdf417MicroBarcode
Dim value As Pdf417MicroBarcodeSize
 
instance.BarcodeSize = value
 
value = instance.BarcodeSize
public Pdf417MicroBarcodeSize BarcodeSize {get; set;}
public:
property Pdf417MicroBarcodeSize BarcodeSize {
   Pdf417MicroBarcodeSize get();
   void set (    Pdf417MicroBarcodeSize value);
}

Property Value

A Pdf417MicroBarcodeSize that represents the barcode size.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf417MicroBarcode Class
Pdf417MicroBarcode Members

Send Feedback