VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / GetIsItemVisible(Int32,Single) Method
Syntax Requirements SeeAlso
In This Topic
GetIsItemVisible(Int32,Single) Method (PdfInteractiveFormListBoxField)
In This Topic
Determines that the specified item is visible.
Syntax
'Declaration

Public Function GetIsItemVisible( _
ByVal itemIndex
Index of the item.
As System.Int32, _
ByVal verticalOffset
The vertical offset.
As Single _
) As Boolean
public bool GetIsItemVisible(
System.Int32 itemIndex,
float verticalOffset
)

Parameters

itemIndex
Index of the item.
verticalOffset
The vertical offset.

Return Value

True - item is visible; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also