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