コード例 #1
0
        // ===========================================================================
        public void Write(Stream stream)
        {
            MovieAnnotations3 example = new MovieAnnotations3();

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