GrapeCity.ActiveReports.Document.v9 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : RawImageResourceData Class |
The following tables list the members exposed by RawImageResourceData.
Name | Description | |
---|---|---|
![]() | RawImageResourceData Constructor | Initializes a new instance of the RawImageResourceData class. |
Name | Description | |
---|---|---|
![]() | AssemblyName | |
![]() | Data | Either byte[], String or null. Used to instantiate actual Image object. null - invalid value, which will be set if persistenceType is -1. which, in turn means of an broken RDF. |
![]() | TypeName |
Name | Description | |
---|---|---|
![]() | IsMetafile | Gets true if underlying image is metafile |
Name | Description | |
---|---|---|
![]() | CreateImage | Creates new image based on resource data |
![]() ![]() | FromImage | Creates raw view from an image. |
![]() ![]() | FromStream | Reads data in the RDF format and creates a new instance of the RawImageResourceData class with it. |
![]() | ToBytes | Returns content of the object in the RDF format. |
![]() | Write | Writes content in the RDF format. |