VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentImage Class / SetImage Methods / SetImage(VintasoftImage,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetImage(VintasoftImage,Boolean) Method (OpenXmlDocumentImage)
    In This Topic
    Sets an image of this image element.
    Syntax
    'Declaration
    
    Public Overloads Sub SetImage( _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal allocateNewResource
    A value indicating whether to allocate the new resource. True - image element must encode image data to the new resource; false - image element must encode image data to the existing resource.
    As Boolean _
    )

    Parameters

    image
    The image.
    allocateNewResource
    A value indicating whether to allocate the new resource. True - image element must encode image data to the new resource; false - image element must encode image data to the existing resource.
    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