Class GenDCPartHeader2DBase
Extended part header fields for 2D image parts (uncompressed, JPEG, JPEG 2000, H.264).
Inheritance
GenDCPartHeader2DBase
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCPartHeader2DBase : GenDCPartHeader, IDisposable
Constructors
View SourceGenDCPartHeader2DBase()
Declaration
public GenDCPartHeader2DBase()
Properties
View SourceInfoReserved
Reserved for future use.
Declaration
public uint InfoReserved { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
PaddingX
Padding at the end of each row in bytes.
Declaration
public ushort PaddingX { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
PaddingY
Padding at the end of each column in bytes.
Declaration
public ushort PaddingY { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
SizeX
Width of the image in pixels.
Declaration
public uint SizeX { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SizeY
Height of the image in pixels.
Declaration
public uint SizeY { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |