VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / SetDrawingPicture(ImageData) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetDrawingPicture(ImageData) Method (SpreadsheetVisualEditor)
    In This Topic
    Sets the picture for the focused drawing object.
    Syntax
    'Declaration
    
    Public Sub SetDrawingPicture( _
    ByVal imageData
    The image data.
    As Vintasoft.Imaging.ImageData _
    )
    public void SetDrawingPicture(
    Vintasoft.Imaging.ImageData imageData
    )
    public: void SetDrawingPicture(
    Vintasoft.Imaging.ImageData* imageData
    )
    public:
    void SetDrawingPicture(
    Vintasoft.Imaging.ImageData^ imageData
    )

    Parameters

    imageData
    The image data.
    Exceptions
    ExceptionDescription
    Thrown if imageData is null.
    Thrown if FocusedDrawing is null or is not picture.
    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