XFINIUM.PDF Documentation
BarcodeSize Property (Pdf417MicroBarcode)



Xfinium.Pdf.Graphics Namespace > Pdf417MicroBarcode Class : BarcodeSize Property
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 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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