Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / FileHelper Class / WriteImageFile Method / WriteImageFile(Image,String) Method
Image to write
File to write to
In This Topic
    WriteImageFile(Image,String) Method
    In This Topic
    Writes an image to the file name specified
    Syntax
    public static void WriteImageFile( 
       Image originalImage,
       string fileName
    )

    Parameters

    originalImage
    Image to write
    fileName
    File to write to
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also