Click or drag to resize

GDPictureMergerMerge Method

Namespace:  FileHold.LibraryManager.ConvertToPdf
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public byte[] Merge(
	byte[] documentBytes,
	byte[] templateBytes,
	PdfOptions options
)

Parameters

documentBytes
Type: SystemByte
templateBytes
Type: SystemByte
options
Type: FileHold.Common.WorkflowEnginePdfOptions

Return Value

Type: Byte
See Also