Creates a new Movie annotation, in the specified document.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Movie Create(
SDFDoc doc,
Rect pos
)
Public Shared Function Create (
doc As SDFDoc,
pos As Rect
) As Movie
public:
static Movie^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] Rect^ pos
)
pdftron.PDF.Annots.Movie.Create = function(doc, pos);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
A document to which the Movie annotation is added.
- pos
- Type: pdftron.PDFRect
A rectangle specifying the Movie annotation's bounds, specified in
user space coordinates.
Return Value
Type:
Movie A newly created blank Movie annotation.
See Also