GDPictureMergerMerge Method

Definition

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

Parameters

documentBytes  Byte
 
templateBytes  Byte
 
options  PdfOptions
 

Return Value

Byte

See Also