| Visual Basic (Declaration) | |
|---|---|
Public Enum ImplicitBinPrefix Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImplicitBinPrefix | |
| C# | |
|---|---|
public enum ImplicitBinPrefix : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ImplicitBinPrefix : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Component | The image component to which the precinct belongs. |
| Position | The position of the precinct within its tile-component-resolution. |
| ResolutionLevel | The resolution level of the tile-component to which the precinct belongs. |
| Tile | The tile to which the precinct belongs. |
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.ImplicitBinPrefix
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code