←Select platform

LeadSeekOrigin Enumeration

Summary
Specifies the position in a stream to use for seeking.
Syntax
C#
Objective-C
C++/CLI
Java
public enum LeadSeekOrigin   
typedef NS_ENUM(NSInteger, LTLeadSeekOrigin) { 
 LTLeadSeekOriginBegin,  
 LTLeadSeekOriginCurrent,  
 LTLeadSeekOriginEnd 
}; 
public final class LeadSeekOrigin 
    extends java.lang.Enum<LeadSeekOrigin> 
public enum class LeadSeekOrigin   
Members
ValueMemberDescription
0BeginSpecifies the beginning of a stream.
1CurrentSpecifies the current position within a stream.
2EndSpecifies the end of a stream.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.