Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Writer Class / OutsideVerticalTextOffset Property




In This Topic
    OutsideVerticalTextOffset Property
    In This Topic
    Gets and sets the vertical offset text.
    Syntax
    'Declaration
     
    Public Shadows Property OutsideVerticalTextOffset As Integer
    'Usage
     
    Dim instance As Writer
    Dim value As Integer
     
    instance.OutsideVerticalTextOffset = value
     
    value = instance.OutsideVerticalTextOffset
    public new int OutsideVerticalTextOffset {get; set;}
    public: __property new int get_OutsideVerticalTextOffset();
    public: __property new void set_OutsideVerticalTextOffset( 
       int value
    );
    public:
    new property int OutsideVerticalTextOffset {
       int get();
       void set (    int value);
    }

    Property Value

    A long which represents the vertical offset value.
    Remarks

    A value less than 0 will raise the outside value text above the standard value text. A value greater than 0 will lower the outside value text below the standard value text.

    Outside value text is only written for certain barcodes where this is standard. The barcode types that support outside text are UPC-A, UPC-E, EAN-8 and EAN-13. For all other types this value is ignored.

    Default value: 0 pixels

    See Also