InternalServiceCheckImageFile Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public bool CheckImageFile(
	long repFileId,
	out int pageCount,
	out bool needSplit
)

Parameters

repFileId  Int64
 
pageCount  Int32
 
needSplit  Boolean
 

Return Value

Boolean

See Also