Click or drag to resize

ISOPicture Properties

The ISOPicture type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Picture height in pixels
Public propertyId
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 propertyIsReadOnly
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 propertyType
Picture type - GIF/JPG/BMP
Public propertyWidth
Picture width in pixels
Top
See Also