Click or drag to resize

SoundCreate Method

Creates a new Sound annotation, in the specified document.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Sound Create(
	SDFDoc doc,
	Rect pos
)

Parameters

doc
Type: pdftron.SDFSDFDoc
A document to which the annotation is added.
pos
Type: pdftron.PDFRect
A rectangle specifying the annotation's bounds, specified in user space coordinates.

Return Value

Type: Sound
A newly created blank Sound annotation.
See Also