ScanFix Xpress v9.0 for .NET - Updated
GraphicLineOrientation Property




Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : GraphicLineOrientation Property
Gets and sets the orientation of lines you wish to search for.
Syntax
'Declaration
 
Public Property GraphicLineOrientation As GraphicLineOrientation
'Usage
 
Dim instance As GraphicLineDetectionOptions
Dim value As GraphicLineOrientation
 
instance.GraphicLineOrientation = value
 
value = instance.GraphicLineOrientation
public GraphicLineOrientation GraphicLineOrientation {get; set;}
public: __property GraphicLineOrientation get_GraphicLineOrientation();
public: __property void set_GraphicLineOrientation( 
   GraphicLineOrientation value
);
public:
property GraphicLineOrientation GraphicLineOrientation {
   GraphicLineOrientation get();
   void set (    GraphicLineOrientation value);
}

Property Value

A GraphicLineOrientation which indicates the current oriention of lines being detected.
Remarks
The default value is Any. Valid values are determined by the GraphicLineOrientation enumeration.
See Also

Reference

GraphicLineDetectionOptions Class
GraphicLineDetectionOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.