Gets and sets an indicator if the image is saved to a multi-page file.
'Declaration
Public Property MultiPage As Boolean
'Usage
Dim instance As SaveOptionsDcx
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 if the image is saved to a multi-page file. Otherwise,
false should be used.