ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapEncoder Class / SetPreview Method

In This Topic
    SetPreview Method
    In This Topic
    HRESULT IWICBitmapEncoder::SetPreview([In, Optional] IWICBitmapSource* pIPreview)
    Syntax
    'Declaration
     
    Public Sub SetPreview( _
       ByVal previewRef As BitmapSource _
    ) 
    public void SetPreview( 
       BitmapSource previewRef
    )

    Parameters

    previewRef
    See Also