Ejemplo n.º 1
0
        public static AnnotationTrapNet Create(Rect rect, DateTime lastmodified)
        {
            AnnotationTrapNet net1 = AnnotationTrapNet.Create(rect);

            net1.LastModified = new Date(lastmodified);
            return(net1);
        }
Ejemplo n.º 2
0
        public static AnnotationTrapNet Create(Rect rect, Page page, NameList annotsStates)
        {
            AnnotationTrapNet net1 = AnnotationTrapNet.Create(rect);

            net1.AnnotStates = annotsStates;
            net1.Version     = ObjectCollection.Create(page);
            return(net1);
        }
Ejemplo n.º 3
0
        public static AnnotationTrapNet Create(Rect rect, ObjectCollection version, NameList annotsStates)
        {
            AnnotationTrapNet net1 = AnnotationTrapNet.Create(rect);

            net1.Version     = version;
            net1.AnnotStates = annotsStates;
            return(net1);
        }