Accusoft.TwainProSdk Namespace > SaveOptionsTiff Class : MultiPage Property |
'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); }
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.