Exemplo n.º 1
0
        //public ActionSaveScreenSelection(Photoshop.Document __docRef, Photoshop.JPEGSaveOptions __jpgSaveOptions)
        public ActionSaveScreenSelection(Photoshop.Document __docRef)
        {
            __doc = __docRef;

            __saveOptions = new Photoshop.PNGSaveOptions();

            countSelections(__doc);
        }
        //public ActionSaveScreenSelection(Photoshop.Document __docRef, Photoshop.JPEGSaveOptions __jpgSaveOptions)
        public ActionSaveScreenSelection(Photoshop.Document __docRef)
        {
            __doc = __docRef;

            __saveOptions = new Photoshop.PNGSaveOptions();

            countSelections(__doc);
        }