Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

PreviewHeight Property






(Read only) Gets the preview height.
Syntax
public int PreviewHeight {get;}
'Declaration
 
Public ReadOnly Property PreviewHeight As Integer
'Usage
 
Dim instance As ImageProcessingEventArgs
Dim value As Integer
 
value = instance.PreviewHeight

            

            
public:
property int PreviewHeight {
   int get();
}

Property Value

The command preview height if IsPreview is set to true; otherwise, 0.
Requirements

Target Platforms

See Also

Reference

ImageProcessingEventArgs Class
ImageProcessingEventArgs Members

Error processing SSI file