VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileSource Class / ReadInt32() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ReadInt32() Method (ImageFileSource)
    In This Topic
    Reads a 32-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes.
    Syntax
    'Declaration
    
    Public Function ReadInt32() As System.Int32
    
    
    public System.Int32 ReadInt32()
    
    
    public: System.Int32 ReadInt32()
    
    
    public:
    System.Int32 ReadInt32()

    Return Value

    A 32-bit signed integer read from the stream of the image file.
    Remarks

    Encoding (little-endian, big-endian or something else) of the ImageFileSource can be set using ToInt32 methods.

    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