←Select platform

Vertices Property

Summary

The polygon which represents the vertices X/Y coordination of the barcode on the bitmap by this sequence (top left, top right, bottom right, bottom left).

Syntax

C#
C++/CLI
Python
public virtual LeadPoint[] Vertices { get; set; } 
public:  
   virtual property array<LeadPoint^>^ Vertices 
   { 
      array<LeadPoint^>^ get() 
      void set(array<LeadPoint^>^ value) 
   } 
Vertices # get and set (BarcodeData) 

Remarks

This property has to be updated just for 1D and QR types of barcodes.

Example

Requirements

Target Platforms

See Also

BarcodeData Class

BarcodeData Members

Leadtools.Barcode Namespace

Help Version 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.