CMPImageData Class
Component Image Data
Namespace: PCBIAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
[SerializableAttribute]
public class CMPImageData : IDisposable
<SerializableAttribute>
Public Class CMPImageData
Implements IDisposable
[SerializableAttribute]
public ref class CMPImageData : IDisposable
[<SerializableAttribute>]
type CMPImageData =
class
interface IDisposable
end
- Inheritance
- Object CMPImageData
- Implements
- IDisposable
| _id |
Gets or sets the unique identifier for the CMPImageData.
|
| Description |
Gets or sets the description of the CMPImageData.
|
| DPI |
Gets the DPI (dots per inch) of the image. Returns 0 if no image is set.
|
| ImageHeight |
Gets the height of the image in pixels. Returns 0 if no image is set.
|
| ImageWidth |
Gets the width of the image in pixels. Returns 0 if no image is set.
|
| LastChangeDate |
Last change date of this mpn package data
|
| Name |
Gets or sets the unique name of the CMPImageData.
|
| Properties |
Gets or sets the collection of library entry properties associated with the CMPImageData.
Initializes the collection if it is null.
|