Click or drag to resize

CPDFSoundAnnotationSetSoundPath Method (Byte, Int32, Int32, String)

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetSoundPath(
	byte[] iconData,
	int iconWidth,
	int iconHeight,
	string srcPath
)

Parameters

iconData
Type: SystemByte
iconWidth
Type: SystemInt32
iconHeight
Type: SystemInt32
srcPath
Type: SystemString

Return Value

Type: Boolean
See Also