Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TakenPictureFileName Property
See Also 
Leadtools.Wia Namespace > WiaSession Class : TakenPictureFileName Property



Gets the full path and filename of the captured JPEG file from the camera device.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TakenPictureFileName As String
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value As String
 
value = instance.TakenPictureFileName
C# 
public string TakenPictureFileName {get;}
C++/CLI 
public:
property String^ TakenPictureFileName {
   String^ get();
}

Return Value

(Read only) The full path and filename of the captured JPEG file from the camera device after calling the WiaSession.AcquireImageFromVideo method.

Example

For an example, refer to WiaSession.IsVideoPreviewAvailable.

Remarks

Gets the full path and filename of the captured JPEG file from the camera device after calling the WiaSession.AcquireImageFromVideo method.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also