ActiveReports 8
Biff7PictureRecord Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : Biff7PictureRecord Class

Glossary Item Box

This class represents the binary representation of an OBJ record for BIFF7 Pictures. The picture data will be saved as WMF or BMP depending on what is programmatically determined to be more appropriate. Essentially it will be stored as an OBJ record with some additional "subrecord" fields specific to pictures in BIFF7.

Object Model

Biff7PictureRecord Class

Syntax

Visual Basic (Declaration) 
Public Class Biff7PictureRecord 
C# 
public class Biff7PictureRecord 

Inheritance Hierarchy

System.Object
   GrapeCity.SpreadBuilder.Imaging.Biff7PictureRecord

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also