VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ImageProcessingCommandWithSourceChangeRequestParams Class / changeSource Property
Syntax Remarks Requirements SeeAlso
In This Topic
    changeSource Property (ImageProcessingCommandWithSourceChangeRequestParams)
    In This Topic
    Gets or sets a value indicating whether the changes must be saved in the source file.
    Syntax
    'Declaration
    
    Public Property changeSource As Boolean
    
    
    public bool changeSource { get; set; }
    
    
    public: __property bool get_changeSource();
    public: __property void set_changeSource(
    bool value
    );
    public:
    property bool changeSource { bool get(); void set(bool value); }

    Property Value

    True - changes must be saved in the source file;
    False - changes must be saved in new file.
    Default value is False.
    Remarks

    The output image will be saved to a new image file if encoder for the source image file is not found.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also