VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / BigEndianImageSource Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    BigEndianImageSource Class
    In This Topic
    Provides access to the binary data of image file. Data are stored in big-endian format.
    Object Model
    BigEndianImageSource
    Syntax
    'Declaration
    
    Public Class BigEndianImageSource
       Inherits ImageFileSource
    
    
    public class BigEndianImageSource : ImageFileSource
    
    
    public __gc class BigEndianImageSource : public ImageFileSource*
    
    
    public ref class BigEndianImageSource : public ImageFileSource^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImageFileSource
          Vintasoft.Imaging.Codecs.ImageFiles.BigEndianImageSource

    Requirements

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

    See Also