Click or drag to resize

CPDFSoundAnnotationSetSoundPath Method (String, String)

Sets audio resource.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetSoundPath(
	string iconPath,
	string srcPath
)

Parameters

iconPath
Type: SystemString
Icon path.
srcPath
Type: SystemString
Audio resource path.

Return Value

Type: Boolean
Returns whether to successfully set audio resource.
See Also