VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also