Member of ChemDraw Control.
For a list of all members defined for this collection, see Pictures Members.
ChemDraw Pictures Collection contains all of the picture objects in the document.
Pictures is a collection containing all of the picture objects in the ChemDraw document. If myPictures is a pictures collection object:
MyPictures.Application returns the application associated with the pictures collection
MyPictures.Count returns the number of pictures in the collection
MyPictures.Item(i) given an index, references one picture in particular
MyPictures.Parent returns the parent of the pictures collection
Using myPictures.Item(i) all the picture properties are enabled for myPictures(i). This index starts with 1.


