Click or drag to resize

CPDFDocumentGetMergePageImage Method

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public byte[] GetMergePageImage(
	List<int> pages,
	int maxImageDataSize,
	ref int imageWidth,
	ref int imageHeight
)

Parameters

pages
Type: System.Collections.GenericListInt32
maxImageDataSize
Type: SystemInt32
imageWidth
Type: SystemInt32
imageHeight
Type: SystemInt32

Return Value

Type: Byte
See Also