Click or drag to resize

AsposeEngineProcessTags Method (LibraryDocument, ListLibraryDocument, DictionaryString, Object)

Method for replacing dynamic fields in document with real values

Namespace:  FileHold.LibraryManager.AssembleDocuments
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ProcessTags(
	LibraryDocument libraryDocument,
	List<LibraryDocument> inputDocuments,
	Dictionary<string, Object> specialValues
)

Parameters

libraryDocument
Type: FileHold.LibraryManager.AssembleDocumentsLibraryDocument
document to replace dynamic fields
inputDocuments
Type: System.Collections.GenericListLibraryDocument
documents from which real value should be taken during replacing; if parameter is null, values from libraryDocument will be taken
specialValues
Type: System.Collections.GenericDictionaryString, Object
applicable only for system fields, these values will be favorized over inputDocuments
See Also