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