Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / TimeoutOptions Class / MaxScreenshotCaptureTime Property

In This Topic
    MaxScreenshotCaptureTime Property
    In This Topic
    Gets or sets the maximum duration of a screenshot capture operation, in milliseconds.

    Equals to 5000 ms by default. Set to 0 for unlimited duration.

    Syntax
    'Declaration
     
    Public Property MaxScreenshotCaptureTime As System.Integer
    public System.int MaxScreenshotCaptureTime {get; set;}
    See Also