Click or drag to resize

ISOPicture Properties

The ISOPicture type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleHeight
Picture height in pixels
Public propertyCode exampleId
Picture id (binary object id) in the database. You can set this id if you want two pictures to share the same binary object.
Public propertyCode exampleIsReadOnly
Returns true if the picture is read-only. Person and Project pictures are read/write, Status monitors are usually read-only.
Public propertyPicture
Returns a picture object, suitable for display in a graphics context. Changes to the picture object do not affect the superoffice picture. Note you cannot access this property via the Application object: See MSDN PRB 150034.
Public propertyCode exampleType
Picture type - GIF/JPG/BMP
Public propertyCode exampleWidth
Picture width in pixels
Top
See Also