|
@@ -124,6 +124,11 @@ namespace ComPDFKit.Tool
|
|
|
private bool isMultiSelected;
|
|
|
private bool isDocumentModified = false;
|
|
|
|
|
|
+ public bool GetIsMultiSelected()
|
|
|
+ {
|
|
|
+ return isMultiSelected;
|
|
|
+ }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// Does it support multiple selection
|
|
|
/// </summary>
|