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

Show in webframe

PreviewWidth Property






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

            

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

Property Value

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

Target Platforms

See Also

Reference

ImageProcessingEventArgs Class
ImageProcessingEventArgs Members

Error processing SSI file