Leadtools.Workflow.Raster Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SaveMode Property
See Also 
Leadtools.Workflow.Raster Namespace > SaveImageActivity Class : SaveMode Property



Gets or sets a value that determines how to handle the page when saving to multipage formats.

Syntax

Visual Basic (Declaration) 
Public Property SaveMode As CodecsSavePageMode
Visual Basic (Usage)Copy Code
Dim instance As SaveImageActivity
Dim value As CodecsSavePageMode
 
instance.SaveMode = value
 
value = instance.SaveMode
C# 
public CodecsSavePageMode SaveMode {get; set;}
C++/CLI 
public:
property CodecsSavePageMode SaveMode {
   CodecsSavePageMode get();
   void set (CodecsSavePageMode value);
}

Return Value

A value that determines how to handle the page when saving to multipage formats.

Remarks

Values for this property can be one of the following:

ValueMeaning
CodecsSavePageMode.AppendAppend the new page(s) to the end of the file. If the file does not exist, this option will create the file and add the pages to it. FirstSavePageNumber is not used.
CodecsSavePageMode.InsertInsert the new page(s) at the index specified by FirstSavePageNumber.
CodecsSavePageMode.ReplaceReplace the page(s) starting at the index specified by FirstSavePageNumber.
CodecsSavePageMode.OverwriteOverwrite the page(s) starting at the index specified by FirstSavePageNumber.
CodecsSavePageMode.AppendAppend the new page(s) to the end of the file. If the file does not exist, this option will create the file and add the pages to it.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features