Click or drag to resize

ISOPicture Interface

ISOPicture Interface - person, project or status monitor picture

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface ISOPicture

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
Methods
  NameDescription
Public methodCode exampleDelete
Delete picture from the database.
Public methodCode exampleReadFromFile
Read picture from file into database. Supports GIF, JPG, BMP formats.
Public methodCode exampleWriteToFile
Write picture to a file. Supports GIF, JPG, BMP formats.
Top
See Also