ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataJoiner Class / getCompImgHeight Method
The index of the component, from 0 to N-1.

In This Topic
    getCompImgHeight Method (ImgDataJoiner)
    In This Topic
    Returns the height in pixels of the specified component in the overall image.
    Syntax
    'Declaration
     
    
    Public Overridable Function getCompImgHeight( _
       ByVal n As Integer _
    ) As Integer
    public virtual int getCompImgHeight( 
       int n
    )

    Parameters

    n
    The index of the component, from 0 to N-1.

    Return Value

    The height in pixels of component n in the overall image.
    See Also