Accusoft.TwainPro9.Net
MultiPage Property (SaveOptionsTiff)




Gets and sets if the image is being saved to a multi-page file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Specifies whether the image is being saved to a multi-page file.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property MultiPage As Boolean
'Usage
 
Dim instance As SaveOptionsTiff
Dim value As Boolean
 
instance.MultiPage = value
 
value = instance.MultiPage
[Browsable(false)]
[Description("Specifies whether the image is being saved to a multi-page file.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public bool MultiPage {get; set;}
[Browsable(false)]
[Description("Specifies whether the image is being saved to a multi-page file.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public: __property bool get_MultiPage();
public: __property void set_MultiPage( 
   bool value
);
[Browsable(false)]
[Description("Specifies whether the image is being saved to a multi-page file.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public:
property bool MultiPage {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save as a multi-page file. Otherwise, false is used.
Remarks

The default value is false.

Note: When this property is set to true and an FTP or HTTP address location is specified in the ScannedImage.SaveFile filename parameter, a multi-page file will not be created as this property only supports saving to local files.

See Also

Reference

SaveOptionsTiff Class
SaveOptionsTiff Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback