InternalServiceSplitImageFile Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public bool SplitImageFile(
	long repFileId,
	ref long[] pageRepFileIds,
	out string extension
)

Parameters

repFileId  Int64
 
pageRepFileIds  Int64
 
extension  String
 

Return Value

Boolean

See Also