Windows Expression Encoder ScreenCaptureJob Issue

746 views Asked by At

Well, it's quite simple. When I try to create a new ScreenCaptureJob:

job = new ScreenCaptureJob();

It says that the name 'job' does not exist in the current context.

I have imported Microsoft.Expression.Encoder.ScreenCapture so I don't know what it could be.

If anyone has any ideas, that would be great.

1

There are 1 answers

0
Abhinav Tripathi On

Simply write:

ScreenCaptureJob job = new ScreenCaptureJob();