ChoiceWidgetAnnotationCurrentSelection Property |
Gets the indexes of the current selection. This collection is independent of
AllowMultiSelect
in that it is the client's responsibility to ensure that if
AllowMultiSelect is
false,
then
CurrentSelection has at most 1 entry. It is undefined what a PDF viewer should do if
AllowMultiSelect is
false and
CurrentSelection has multiple elements.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IList<int> CurrentSelection { get; }
Public ReadOnly Property CurrentSelection As IList(Of Integer)
Get
Property Value
Type:
IListInt32See Also