Click or drag to resize

CPDFViewerSetCustomMouseStyle Method

Set custom mouse style

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public bool SetCustomMouseStyle(
	byte[] imageArray,
	int imageWidth,
	int imageHeight
)

Parameters

imageArray
Type: SystemByte
Image data
imageWidth
Type: SystemInt32
Image width
imageHeight
Type: SystemInt32
Image height

Return Value

Type: Boolean
See Also