VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / CanConvertToSvgOptimally(Int32,RenderingSettings) Method
Syntax Requirements SeeAlso
In This Topic
    CanConvertToSvgOptimally(Int32,RenderingSettings) Method (DecoderBase)
    In This Topic
    Determines whether this decoder can convert page with specified index to SVG optimally.
    Syntax
    'Declaration
    
    Public Overridable Function CanConvertToSvgOptimally( _
    ByVal pageIndex
    The zero-based page index in image/document source.
    As System.Int32, _
    ByVal renderingSettings
    Rendering settings used for conversion.
    As RenderingSettings _
    ) As Boolean
    public virtual bool CanConvertToSvgOptimally(
    System.Int32 pageIndex,
    RenderingSettings renderingSettings
    )
    public: virtual bool CanConvertToSvgOptimally(
    System.Int32 pageIndex,
    RenderingSettings* renderingSettings
    )
    public:
    virtual bool CanConvertToSvgOptimally(
    System.Int32 pageIndex,
    RenderingSettings^ renderingSettings
    )

    Parameters

    pageIndex
    The zero-based page index in image/document source.
    renderingSettings
    Rendering settings used for conversion.

    Return Value

    True if this decoder can convert page with specified index to SVG optimally; otherwise, false.
    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