Example #1
0
// ===========================================================================
        public void Write(Stream stream)
        {
            MovieAnnotations3 example = new MovieAnnotations3();

            example.CreatePdf(stream);
        }
Example #2
0
// ===========================================================================
    public void Write(Stream stream) {
      MovieAnnotations3 example = new MovieAnnotations3();
      example.CreatePdf(stream);        
    }