←Select platform

LeadStreamMode Enumeration

Summary
Specifies how the operating system should open a stream.
Syntax
C#
Objective-C
C++/CLI
Java
public enum LeadStreamMode   
typedef NS_ENUM(NSInteger, LTLeadStreamMode) { 
 LTLeadStreamModeOpen,  
 LTLeadStreamModeCreate,  
 LTLeadStreamModeTruncate 
}; 
public final class LeadStreamMode 
    extends java.lang.Enum<LeadStreamMode> 
public enum class LeadStreamMode   
Members
ValueMemberDescription
0OpenSpecifies that the operating system should create a new stream.
1CreateSpecifies that the operating system should create a new stream. If the stream already exists, it will be overwritten.
2TruncateSpecifies that the operating system should open an existing stream. When the stream is opened, it should be truncated so that its size is zero bytes.
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.