VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImagePage Class / ImagePage Constructor(ImageFileSource,Int64)
Syntax Requirements SeeAlso
In This Topic
    ImagePage Constructor(ImageFileSource,Int64)
    In This Topic
    Initializes a new instance of the ImagePage class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal source
    Source of the image page.
    As ImageFileSource, _
    ByVal offset
    Offset of the image page in the source.
    As Long _
    )
    protected ImagePage(
    ImageFileSource source,
    long offset
    )
    protected: ImagePage(
    ImageFileSource* source,
    long offset
    )
    protected:
    ImagePage(
    ImageFileSource^ source,
    long offset
    )

    Parameters

    source
    Source of the image page.
    offset
    Offset of the image page in the source.
    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