VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / BurnAnnotationCollectionRequestParams Class / changeSource Property
Syntax Remarks Requirements SeeAlso
In This Topic
changeSource Property (BurnAnnotationCollectionRequestParams)
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