VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / GetAppearanceVerticalOffset(Single,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetAppearanceVerticalOffset(Single,Int32) Method (PdfInteractiveFormListBoxField)
    In This Topic
    Returns the vertical offset of the list box field in a list box annotation.
    Syntax
    'Declaration
    
    Public Function GetAppearanceVerticalOffset( _
    ByVal currentVerticalOffset
    The current vertical offset in a list box annotation.
    As Single, _
    ByVal focusedItemIndex
    Index of the focused item in list box annotation.
    As System.Int32 _
    ) As Single
    public float GetAppearanceVerticalOffset(
    float currentVerticalOffset,
    System.Int32 focusedItemIndex
    )
    public: float GetAppearanceVerticalOffset(
    float currentVerticalOffset,
    System.Int32 focusedItemIndex
    )
    public:
    float GetAppearanceVerticalOffset(
    float currentVerticalOffset,
    System.Int32 focusedItemIndex
    )

    Parameters

    currentVerticalOffset
    The current vertical offset in a list box annotation.
    focusedItemIndex
    Index of the focused item in list box annotation.

    Return Value

    The vertical offset of the list box field in a list box annotation.
    Requirements

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

    See Also