PDFView4NET WPF Edition
SymbolSize Property (PDFMicroPDF417Barcode)




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

Property Value

A MicroPDF417SymbolSize enumeration member specifying the size of symbol used to represent this Micro PDF 417 barcode.
Remarks
If the SymbolSize is MicroPDF417SymbolSize.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

PDFMicroPDF417Barcode Class
PDFMicroPDF417Barcode Members