Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Geometry Property






Gets or sets the measurement geometry value.
Syntax
public IccMeasurementGeometryType Geometry {get; set;}
'Declaration
 
Public Property Geometry As IccMeasurementGeometryType
'Usage
 
Dim instance As IccMeasurement
Dim value As IccMeasurementGeometryType
 
instance.Geometry = value
 
value = instance.Geometry

            

            
public:
property IccMeasurementGeometryType Geometry {
   IccMeasurementGeometryType get();
   void set (    IccMeasurementGeometryType value);
}

Property Value

A value that represents the measurement geometry. For a list of possible values, refer to IccMeasurementGeometryType.
Requirements

Target Platforms

See Also

Reference

IccMeasurement Structure
IccMeasurement Members

Error processing SSI file