PDFView4NET WPF Edition
SupplementDisplayLocation Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFEANBarcode Class : SupplementDisplayLocation Property
Gets or sets the location of the supplement text.
Syntax
'Declaration
 
Public Property SupplementDisplayLocation As BarcodeTextLocation
'Usage
 
Dim instance As PDFEANBarcode
Dim value As BarcodeTextLocation
 
instance.SupplementDisplayLocation = value
 
value = instance.SupplementDisplayLocation
public BarcodeTextLocation SupplementDisplayLocation {get; set;}
public: __property BarcodeTextLocation get_SupplementDisplayLocation();
public: __property void set_SupplementDisplayLocation( 
   BarcodeTextLocation value
);
public:
property BarcodeTextLocation SupplementDisplayLocation {
   BarcodeTextLocation get();
   void set (    BarcodeTextLocation value);
}

Property Value

A BarcodeTextLocation enumeration member specifying the location where the supplement text is displayed.
Remarks
The embedding options are ignored for supplement text. BarcodeTextLocation.AboveEmbedded has the same effect like BarcodeTextLocation.Above, and BarcodeTextLocation.BelowEmbedded has the same effect like BarcodeTextLocation.Below.
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

PDFEANBarcode Class
PDFEANBarcode Members