CPDFSoundAnnotationSetSoundPath Method (String, String) |
Sets audio resource.
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public bool SetSoundPath(
string iconPath,
string srcPath
)
Parameters
- iconPath
- Type: SystemString
Icon path. - srcPath
- Type: SystemString
Audio resource path.
Return Value
Type:
BooleanReturns whether to successfully set audio resource.
See Also