changeSource Property (BurnAnnotationCollectionRequestParams)
Gets or sets a value indicating whether the changes must be saved in the source file.
'Declaration
Public Property changeSource As Boolean
public bool changeSource { get; set; }
public: __property bool get_changeSource();
public: __property void set_changeSource(
bool
);
public:
property bool changeSource {
bool get();
void set(bool );
}
Property Value
true - changes must be saved in the source file; false - changes must be saved in new file.
Default value is false.
The output image will be saved to a new image file if encoder for the source image file is not found.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5