VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DicomDecoder Class / GetDefaultRenderingSettings(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetDefaultRenderingSettings(Int32) Method (DicomDecoder)
    In This Topic
    Returns the default rendering settings of the specified page.
    Syntax
    'Declaration
    
    Public Overrides Function GetDefaultRenderingSettings( _
    ByVal pageIndex
    The zero-based page index in image/document source.
    As System.Int32 _
    ) As RenderingSettings
    public override RenderingSettings GetDefaultRenderingSettings(
    System.Int32 pageIndex
    )
    public: RenderingSettings* GetDefaultRenderingSettings(
    System.Int32 pageIndex
    ); override
    public:
    RenderingSettings^ GetDefaultRenderingSettings(
    System.Int32 pageIndex
    ); override

    Parameters

    pageIndex
    The zero-based page index in image/document source.

    Return Value

    Default rendering settings.
    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