Class TJpgMarkers
Unit
xomTif
Declaration
type TJpgMarkers = class(TXOMClass)
Description
TJpgMarkers
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function ParseFromStream (AStream: TStream): Integer; |
|
|
 |
procedure SaveToStream (AStream: TStream); reintroduce; |
|
|
 |
function FindMarkerApp (const AAppCode: Integer): TJpgMarker; |
|
|
 |
function XDim: Integer; |
|
|
 |
function YDim: Integer; |
|
|
 |
function ReadDimensions: WideString; |
|
|
Properties
 |
property Items[Index:Integer]: TJpgMarker read GetItem write SetItem; |
|
|
Generated by PasDoc 0.15.0.
|