Read-only property indicating whether the image file represented by the thumbnail item is a PDF, TIFF, ICO, Modca, or DCX image file that has been determined to contain multiple image pages.
Syntax
'Declaration
Public ReadOnly Property MultiPage As Boolean
'Usage
Dim instance As ThumbnailItem
Dim value As Boolean
value = instance.MultiPage
public bool MultiPage {get;}
public: __property bool get_MultiPage();
public:
property bool MultiPage {
bool get();
}
Property Value
True if MultiPage otherwise,
false.
See Also