Gets or sets a value indicating whether all pages of a multi-page image (e.g., a multi-frame GIF or TIFF file) will be
loaded into thumbnails, or whether only the first page will be loaded.
Syntax
bool AllPages {get; set;}
__property bool get_AllPages();
__property void set_AllPages(
bool value
);
property bool AllPages {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also