XFINIUM.PDF Documentation
BarcodeSize Property (PdfDataMatrixBarcode)



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

Property Value

A DataMatrixBarcodeSize 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

PdfDataMatrixBarcode Class
PdfDataMatrixBarcode Members

Send Feedback