Viscom Software VideoCap ActiveX Control

SpectrumHeight Property

Description:   

Set/Get the height of Spectrum window.
 

Usage:   

VideoCap1.SpectrumHeight[= value]

Data Type:   

Integer

Example:   

This Visual Basic example set the size of Spectrum window:

Private Sub Form_Load()
       VideoCap1.UseSpectrum = True
       VideoCap1.PreviewCaptureAudio = True
       VideoCap1.SpectrumOwner = Picture1.hWnd
       VideoCap1.SpectrumWidth = Picture1.Width
        VideoCap1.SpectrumHeight = Picture1.Height
       VideoCap1.ShowPreview=TRUE
        VideoCap1.CaptureMode=FALSE
        VideoCap1.Start
End Sub


Value:   

240