VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / DocumentConverter Class / ConvertToBmp(String,String,BmpEncoderSettings) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertToBmp(String,String,BmpEncoderSettings) Method (DocumentConverter)
    In This Topic
    Converts a document that is located in sourceFilename to the BMP image file(s).
    Syntax
    'Declaration
    
    Public Shared Sub ConvertToBmp( _
    ByVal sourceFilename
    The source filename.
    As System.String, _
    ByVal outputFilename
    The output BMP filename.
    As System.String, _
    ByVal encoderSettings
    The encoder settings, which must be used by converter.
    As Vintasoft.Imaging.Codecs.Encoders.BmpEncoderSettings _
    )

    Parameters

    sourceFilename
    The source filename.
    outputFilename
    The output BMP filename.
    encoderSettings
    The encoder settings, which must be used by converter.
    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