Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : LeadSeekOrigin Enumeration |
public enum LeadSeekOrigin : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum LeadSeekOrigin Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As LeadSeekOrigin
public enum LeadSeekOrigin : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTLeadSeekOrigin)
public enum LeadSeekOrigin
Leadtools.LeadSeekOrigin = function() { }; Leadtools.LeadSeekOrigin.prototype = {<br/> Begin = 0, Current = 1, End = 2, };
public enum class LeadSeekOrigin : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Begin | Specifies the beginning of a stream. |
1 | Current | Specifies the current position within a stream. |
2 | End | Specifies the end of a stream. |
System.Object
System.ValueType
System.Enum
Leadtools.LeadSeekOrigin