Click or drag to resize

CPDFDocumentCompressFile_Init Method

Compression initialization.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public IntPtr CompressFile_Init(
	float imageQuality,
	CPDFDocumentGetPageIndexDelegate getPageIndexDelegate
)

Parameters

imageQuality
Type: SystemSingle
Image quality.
getPageIndexDelegate
Type: ComPDFKit.PDFDocumentCPDFDocumentGetPageIndexDelegate
Page index callback delegate.

Return Value

Type: IntPtr
The handle used for compression.
See Also