VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / SetPageCount(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetPageCount(Int32) Method (DecoderBase)
    In This Topic
    Sets the number of pages in the source file stream.
    Syntax
    'Declaration
    
    Protected Sub SetPageCount( _
    ByVal pageCount
    The number of pages in the source file stream.
    As System.Int32 _
    )
    protected void SetPageCount(
    System.Int32 pageCount
    )
    protected: void SetPageCount(
    System.Int32 pageCount
    )
    protected:
    void SetPageCount(
    System.Int32 pageCount
    )

    Parameters

    pageCount
    The number of pages in the source file stream.
    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