VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollectionManager Class / IntermediateAddInterval Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
IntermediateAddInterval Property (ImageCollectionManager)
In This Topic
Gets or sets the timeout, in milliseconds, which defines how long should decoder retrieve information about images from source before adding images to the image collection.
Syntax
'Declaration

Public Property IntermediateAddInterval As System.Int32

public System.Int32 IntermediateAddInterval { get; set; }

Property Value

Possible values:
  • N - decoder retrieves information about images from source during N milliseconds, decoder adds images to the image collection, decoder retrieves information about next images from source during next N milliseconds, adds images to the image collection, etc;
  • 0 - decoder retrieves information about all images from source and adds images to the image collection.
Default value is 1000.
Exceptions
ExceptionDescription
Thrown if value is less than 0.
Remarks

Usage of this property allows to increase display performance of document pages for the following documents:

  • Documents, which should be layouted (DOCX)
  • Documents, which contain large number of pages

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also