PDFView4NET WPF Edition
SymbolSize Property (PDFDataMatrixBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFDataMatrixBarcode Class : SymbolSize Property
Gets or sets the symbol size of this DataMatrix barcode.
Syntax
'Declaration
 
Public Property SymbolSize As DataMatrixSymbolSize
'Usage
 
Dim instance As PDFDataMatrixBarcode
Dim value As DataMatrixSymbolSize
 
instance.SymbolSize = value
 
value = instance.SymbolSize
public DataMatrixSymbolSize SymbolSize {get; set;}
public: __property DataMatrixSymbolSize get_SymbolSize();
public: __property void set_SymbolSize( 
   DataMatrixSymbolSize value
);
public:
property DataMatrixSymbolSize SymbolSize {
   DataMatrixSymbolSize get();
   void set (    DataMatrixSymbolSize value);
}

Property Value

A DataMatrixSymbolSize enumeration member specifying the size of symbol used to represent this DataMatrix barcode.
Remarks
If the SymbolSize is DataMatrixSymbolSize.Auto, then the library will calculate automatically the smallest symbol size that can accomodate the data to encode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDataMatrixBarcode Class
PDFDataMatrixBarcode Members