LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly)
LEAD Technologies, Inc

SaveMode Property






Gets or sets a value that determines how to handle the page when saving to multipage formats.
Syntax
[ValidationOptionAttribute(ValidationOption.None)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[MyDescriptionAttribute("Determines how to handle the page when saving to multipage")]
public CodecsSavePageMode SaveMode {get; set;}
'Declaration
 
<ValidationOptionAttribute(ValidationOption.None)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<BrowsableAttribute(True)>
<MyDescriptionAttribute("Determines how to handle the page when saving to multipage")>
Public Property SaveMode As CodecsSavePageMode
'Usage
 
Dim instance As SaveImageActivity
Dim value As CodecsSavePageMode
 
instance.SaveMode = value
 
value = instance.SaveMode
[ValidationOptionAttribute(ValidationOption.None)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[MyDescriptionAttribute("Determines how to handle the page when saving to multipage")]
public CodecsSavePageMode SaveMode {get; set;}
ValidationOptionAttribute(ValidationOption.None)
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)
BrowsableAttribute()
MyDescriptionAttribute("Determines how to handle the page when saving to multipage")
 get_SaveMode();
set_SaveMode(value);
[ValidationOptionAttribute(ValidationOption.None)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[MyDescriptionAttribute("Determines how to handle the page when saving to multipage")]
public:
property CodecsSavePageMode SaveMode {
   CodecsSavePageMode get();
   void set (    CodecsSavePageMode value);
}

Property 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:

Value Meaning
CodecsSavePageMode.Append Append 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.Insert Insert the new page(s) at the index specified by firstSavePageNumber.
CodecsSavePageMode.Replace Replace the page(s) starting at the index specified by firstSavePageNumber.
CodecsSavePageMode.Overwrite Overwrite the page(s) starting at the index specified by firstSavePageNumber.
CodecsSavePageMode.Append Append 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SaveImageActivity Class
SaveImageActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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