Click or drag to resize

MovieSetTitle Method

Sets the title of the Movie Annotation. (Optional)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetTitle(
	string title
)

Parameters

title
Type: SystemString
A string representing the title of the Movie Annotation
Remarks
Movie actions may use this title to reference the movie annotation.
See Also