Accusoft.ImagXpress13.Net
MultiPage Property (SaveOptionsModca)




Gets and sets if the image is being saved to a multi-page file.
Syntax
'Declaration
 
Public Property MultiPage As Boolean
'Usage
 
Dim instance As SaveOptionsModca
Dim value As Boolean
 
instance.MultiPage = value
 
value = instance.MultiPage
public bool MultiPage {get; set;}
public: __property bool get_MultiPage();
public: __property void set_MultiPage( 
   bool value
);
public:
property bool MultiPage {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save the Modca file to a multi-page file. Otherwise, false is used.
See Also

Reference

SaveOptionsModca Class
SaveOptionsModca Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback