ComponentOne Studio Web API Edition
QuietZone Constructor(Double,Double,Double,Double)

The left value of the barcode's QuietZone.
The top value of the barcode's QuietZone.
The right value of the barcode's QuietZone.
The bottom value of the barcode's QuietZone.
Initializes a new instance of QuietZone class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
)
public QuietZone( 
   double left,
   double top,
   double right,
   double bottom
)

Parameters

left
The left value of the barcode's QuietZone.
top
The top value of the barcode's QuietZone.
right
The right value of the barcode's QuietZone.
bottom
The bottom value of the barcode's QuietZone.
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

QuietZone Class
QuietZone Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.