Click or drag to resize

ScanningManagerGetPageDownloadToken Method

Download the given page from the repository.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid GetPageDownloadToken(
	int page,
	out long fileSize,
	out string fileExtension
)

Parameters

page
Type: SystemInt32
fileSize
Type: SystemInt64
fileExtension
Type: SystemString

Return Value

Type: Guid
See Also