Click or drag to resize

CPDFViewerSetStampMouseImage Method (Byte, Int32, Int32)

Set custom mouse style (will not lose clarity, low performance)

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public bool SetStampMouseImage(
	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