VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / BitmapLockMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
BitmapLockMode Enumeration
In This Topic
Specifies available modes of bitmap's locking.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum BitmapLockMode
   Inherits System.Enum

[Flags()]
public enum BitmapLockMode : System.Enum

Members
MemberDescription
ReadSpecifies that a part of bitmap is locked for reading.
WriteSpecifies that a part of bitmap is locked for writing with exclusive access mode.
NonExclusiveWriteSpecifies that a part of bitmap is locked for writing with non-exclusive access mode.
ReadWriteSpecifies that a part of bitmap is locked for reading or writing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.BitmapLockMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also