VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / WholeSlideImageMetadata Class / WholeSlideImageMetadata Constructor(String,WholeSlideImage)
Syntax Exceptions Requirements SeeAlso
In This Topic
    WholeSlideImageMetadata Constructor(String,WholeSlideImage)
    In This Topic
    Initializes a new instance of the WholeSlideImageMetadata class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal codecName
    The codec name.
    As System.String, _
    ByVal image
    RAW page.
    As Vintasoft.Imaging.Codecs.Decoders.WholeSlideImage _
    )
    public WholeSlideImageMetadata(
    System.String codecName,
    Vintasoft.Imaging.Codecs.Decoders.WholeSlideImage image
    )
    public: WholeSlideImageMetadata(
    System.String codecName,
    Vintasoft.Imaging.Codecs.Decoders.WholeSlideImage* image
    )
    public:
    WholeSlideImageMetadata(
    System.String codecName,
    Vintasoft.Imaging.Codecs.Decoders.WholeSlideImage^ image
    )

    Parameters

    codecName
    The codec name.
    image
    RAW page.
    Exceptions
    ExceptionDescription
    Thrown if image is null.
    Requirements

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

    See Also