The following table lists .NET Jpeg2000 functions and provides cross-references to their COM counterparts:
.Net Syntax | COM Interop Syntax | Related Properties |
public byte[] Data | LTDInterop.IByteIndexProperty IAssociationBox.Data | Int32 IAssociationBox.DataCount |
public List<InstructionSet> Instructions | LTDJpeg2000Interop.IInstructionSetIndexProperty ICompositionBox.Instructions | Int32 ICompositionBox.InstructionsCount |
public byte[] Data | LTDInterop.IByteIndexProperty IDigitalSignatureBox.Data | Int32 IDigitalSignatureBox.DataCount |
public byte[] Data | LTDInterop.IByteIndexProperty IFreeBox.Data | Int32 IFreeBox.DataCount |
public List<GmlElement> Data | LTDJpeg2000Interop.IGmlElementIndexProperty IGmlData.Data | Int32 IGmlData.DataCount |
public byte[] Data | LTDInterop.IByteIndexProperty IGmlElement.Data | Int32 IGmlElement.DataCount |
public byte[] Label | LTDInterop.IByteIndexProperty IGmlElement.Label | Int32 IGmlElement.LabelCount |
public byte[] Data | LTDInterop.IByteIndexProperty IGtsoBox.Data | Int32 IGtsoBox.DataCount |
public byte[] Data | LTDInterop.IByteIndexProperty IIprBox.Data | Int32 IIprBox.DataCount |
public byte[] Data | LTDInterop.IByteIndexProperty IMediaDataBox.Data | Int32 IMediaDataBox.DataCount |
public byte[] Data | LTDInterop.IByteIndexProperty IMpeg7Box.Data | Int32 IMpeg7Box.DataCount |
public byte[] Data | LTDInterop.IByteIndexProperty IUuidBox.Data | Int32 IUuidBox.DataCount |
public byte[] Id | LTDInterop.IByteIndexProperty IUuidId.Id | Int32 IUuidId.IdCount |
public List<UuidId> Ids | LTDJpeg2000Interop.IUuidIdIndexProperty IUuidList.Ids | Int32 IUuidList.IdsCount |
public byte[] Location | LTDInterop.IByteIndexProperty IUuidUrl.Location | Int32 IUuidUrl.LocationCount |
public byte[] Flag | LTDInterop.IByteIndexProperty IUuidUrl.Flag | Int32 IUuidUrl.FlagCount |
public void Generic SetBoxes<T>(Jpeg2000FileFormat format, List<T> boxes)where T: Jpeg2000MultiBox |
void IJpeg2000Engine.SetAssociationBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetBinaryFilterBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetDigitalSignatureBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetFreeBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetMediaDataBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetMpeg7Boxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetUuidBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetUuidInformationBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.SetXmlBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) |
LTDJpeg2000Interop.IAssociationBoxesIndexProperty IJpeg2000Engine.AssociationBoxes Int32 IJpeg2000Engine.AssociationBoxesCount LTDJpeg2000Interop.IBinaryFilterBoxesIndexProperty IJpeg2000Engine.BinaryFilterBoxes Int32 IJpeg2000Engine.BinaryFilterBoxesCount LTDJpeg2000Interop.IDigitalSignatureBoxesIndexProperty IJpeg2000Engine.DigitalSignatureBoxes Int32 IJpeg2000Engine.DigitalSignatureBoxesCount LTDJpeg2000Interop.IFreeBoxesIndexProperty IJpeg2000Engine.FreeBoxes Int32 IJpeg2000Engine.FreeBoxesCount LTDJpeg2000Interop.IMediaDataBoxesIndexProperty IJpeg2000Engine.MediaDataBoxes Int32 IJpeg2000Engine.MediaDataBoxesCount LTDJpeg2000Interop.IMpeg7BoxesIndexProperty IJpeg2000Engine.Mpeg7Boxes Int32 IJpeg2000Engine.Mpeg7BoxesCount LTDJpeg2000Interop.IUuidBoxesIndexProperty IJpeg2000Engine.UuidBoxes Int32 IJpeg2000Engine.UuidBoxesCount LTDJpeg2000Interop.IUuidInformationBoxesIndexProperty IJpeg2000Engine.UuidInformationBoxes Int32 IJpeg2000Engine.UuidInformationBoxesCount LTDJpeg2000Interop.IXmlBoxesIndexProperty IJpeg2000Engine.XmlBoxes Int32 IJpeg2000Engine.XmlBoxesCount |
public void Generic AppendBoxes<T>(string fileName, List<T> boxes)where T: Jpeg2000MultiBox |
void IJpeg2000Engine.AppendAssociationBoxes(String fileName) void IJpeg2000Engine.AppendBinaryFilterBoxes(String fileName) void IJpeg2000Engine.AppendDigitalSignatureBoxes(String fileName) void IJpeg2000Engine.AppendFreeBoxes(String fileName) void IJpeg2000Engine.AppendMediaDataBoxes(String fileName) void IJpeg2000Engine.AppendMpeg7Boxes(String fileName) void IJpeg2000Engine.AppendUuidBoxes(String fileName) void IJpeg2000Engine.AppendUuidInformationBoxes(String fileName) void IJpeg2000Engine.AppendXmlBoxes(String fileName) |
LTDJpeg2000Interop.IAssociationBoxesIndexProperty IJpeg2000Engine.AssociationBoxes Int32 IJpeg2000Engine.AssociationBoxesCount LTDJpeg2000Interop.IBinaryFilterBoxesIndexProperty IJpeg2000Engine.BinaryFilterBoxes Int32 IJpeg2000Engine.BinaryFilterBoxesCount LTDJpeg2000Interop.IDigitalSignatureBoxesIndexProperty IJpeg2000Engine.DigitalSignatureBoxes Int32 IJpeg2000Engine.DigitalSignatureBoxesCount LTDJpeg2000Interop.IFreeBoxesIndexProperty IJpeg2000Engine.FreeBoxes Int32 IJpeg2000Engine.FreeBoxesCount LTDJpeg2000Interop.IMediaDataBoxesIndexProperty IJpeg2000Engine.MediaDataBoxes Int32 IJpeg2000Engine.MediaDataBoxesCount LTDJpeg2000Interop.IMpeg7BoxesIndexProperty IJpeg2000Engine.Mpeg7Boxes Int32 IJpeg2000Engine.Mpeg7BoxesCount LTDJpeg2000Interop.IUuidBoxesIndexProperty IJpeg2000Engine.UuidBoxes Int32 IJpeg2000Engine.UuidBoxesCount LTDJpeg2000Interop.IUuidInformationBoxesIndexProperty IJpeg2000Engine.UuidInformationBoxes Int32 IJpeg2000Engine.UuidInformationBoxesCount LTDJpeg2000Interop.IXmlBoxesIndexProperty IJpeg2000Engine.XmlBoxes Int32 IJpeg2000Engine.XmlBoxesCount |
public void Generic AppendBoxes<T>(Stream stream, List<T> boxes)where T: Jpeg2000MultiBox |
void IJpeg2000Engine.AppendAssociationBoxes(Stream stream) void IJpeg2000Engine.AppendBinaryFilterBoxes(Stream stream) void IJpeg2000Engine.AppendDigitalSignatureBoxes(Stream stream) void IJpeg2000Engine.AppendFreeBoxes(Stream stream) void IJpeg2000Engine.AppendMediaDataBoxes(Stream stream) void IJpeg2000Engine.AppendMpeg7Boxes(Stream stream) void IJpeg2000Engine.AppendUuidBoxes(Stream stream) void IJpeg2000Engine.AppendUuidInformationBoxes(Stream stream) void IJpeg2000Engine.AppendXmlBoxes(Stream stream) |
LTDJpeg2000Interop.IAssociationBoxesIndexProperty IJpeg2000Engine.AssociationBoxes Int32 IJpeg2000Engine.AssociationBoxesCount LTDJpeg2000Interop.IBinaryFilterBoxesIndexProperty IJpeg2000Engine.BinaryFilterBoxes Int32 IJpeg2000Engine.BinaryFilterBoxesCount LTDJpeg2000Interop.IDigitalSignatureBoxesIndexProperty IJpeg2000Engine.DigitalSignatureBoxes Int32 IJpeg2000Engine.DigitalSignatureBoxesCount LTDJpeg2000Interop.IFreeBoxesIndexProperty IJpeg2000Engine.FreeBoxes Int32 IJpeg2000Engine.FreeBoxesCount LTDJpeg2000Interop.IMediaDataBoxesIndexProperty IJpeg2000Engine.MediaDataBoxes Int32 IJpeg2000Engine.MediaDataBoxesCount LTDJpeg2000Interop.IMpeg7BoxesIndexProperty IJpeg2000Engine.Mpeg7Boxes Int32 IJpeg2000Engine.Mpeg7BoxesCount LTDJpeg2000Interop.IUuidBoxesIndexProperty IJpeg2000Engine.UuidBoxes Int32 IJpeg2000Engine.UuidBoxesCount LTDJpeg2000Interop.IUuidInformationBoxesIndexProperty IJpeg2000Engine.UuidInformationBoxes Int32 IJpeg2000Engine.UuidInformationBoxesCount LTDJpeg2000Interop.IXmlBoxesIndexProperty IJpeg2000Engine.XmlBoxes Int32 IJpeg2000Engine.XmlBoxesCount |
public List<T> Generic GetBoxes<T>(Jpeg2000FileFormat format)where T: Jpeg2000MultiBox |
void IJpeg2000Engine.GetAssociationBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetBinaryFilterBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetDigitalSignatureBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetFreeBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetMediaDataBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetMpeg7Boxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetUuidBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetUuidInformationBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) void IJpeg2000Engine.GetXmlBoxes(LTDJpeg2000Interop.Jpeg2000FileFormat format) |
LTDJpeg2000Interop.IAssociationBoxesIndexProperty IJpeg2000Engine.AssociationBoxes Int32 IJpeg2000Engine.AssociationBoxesCount LTDJpeg2000Interop.IBinaryFilterBoxesIndexProperty IJpeg2000Engine.BinaryFilterBoxes Int32 IJpeg2000Engine.BinaryFilterBoxesCount LTDJpeg2000Interop.IDigitalSignatureBoxesIndexProperty IJpeg2000Engine.DigitalSignatureBoxes Int32 IJpeg2000Engine.DigitalSignatureBoxesCount LTDJpeg2000Interop.IFreeBoxesIndexProperty IJpeg2000Engine.FreeBoxes Int32 IJpeg2000Engine.FreeBoxesCount LTDJpeg2000Interop.IMediaDataBoxesIndexProperty IJpeg2000Engine.MediaDataBoxes Int32 IJpeg2000Engine.MediaDataBoxesCount LTDJpeg2000Interop.IMpeg7BoxesIndexProperty IJpeg2000Engine.Mpeg7Boxes Int32 IJpeg2000Engine.Mpeg7BoxesCount LTDJpeg2000Interop.IUuidBoxesIndexProperty IJpeg2000Engine.UuidBoxes Int32 IJpeg2000Engine.UuidBoxesCount LTDJpeg2000Interop.IUuidInformationBoxesIndexProperty IJpeg2000Engine.UuidInformationBoxes Int32 IJpeg2000Engine.UuidInformationBoxesCount LTDJpeg2000Interop.IXmlBoxesIndexProperty IJpeg2000Engine.XmlBoxes Int32 IJpeg2000Engine.XmlBoxesCount |
public void SaveComposite(RasterCodecs codecs, string fileName, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) | void IJpeg2000Engine.SaveComposite(LTDCodecsInterop.RasterCodecs codecs, String fileName, LTDJpeg2000Interop.Jpeg2000FileFormat format, Int32 bitsPerPixel, Int32 qualityFactor) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.CompositeImages Int32 IJpeg2000Engine.CompositeImagesCount |
public void SaveComposite(RasterCodecs codecs, Stream stream, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) | void IJpeg2000Engine.SaveComposite(LTDCodecsInterop.RasterCodecs codecs, Stream stream, LTDJpeg2000Interop.Jpeg2000FileFormat format, Int32 bitsPerPixel, Int32 qualityFactor) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.CompositeImages Int32 IJpeg2000Engine.CompositeImagesCount |
public List<CompositeJpxImages> LoadComposite(RasterCodecs codecs, string fileName, int bitsPerPixel, CodecsLoadByteOrder order) | void IJpeg2000Engine.LoadComposite(LTDCodecsInterop.RasterCodecs codecs, String fileName, Int32 bitsPerPixel, LTDCodecsInterop.CodecsLoadByteOrder order) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.CompositeImages Int32 IJpeg2000Engine.CompositeImagesCount |
public List<CompositeJpxImages> LoadComposite(RasterCodecs codecs, Stream stream, int bitsPerPixel, CodecsLoadByteOrder order) | void IJpeg2000Engine.LoadComposite(LTDCodecsInterop.RasterCodecs codecs, Stream stream, Int32 bitsPerPixel, LTDCodecsInterop.CodecsLoadByteOrder order) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.CompositeImages Int32 IJpeg2000Engine.CompositeImagesCount |
public List<CompositeJpxImages> ReadFrames(RasterCodecs codecs, Stream stream, List<int> frames, int bitsPerPixel, CodecsLoadByteOrder order) | void IJpeg2000Engine.ReadFrames(LTDCodecsInterop.RasterCodecs codecs, Stream stream, Int32 bitsPerPixel, LTDCodecsInterop.CodecsLoadByteOrder order) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.FrameImages Int32 IJpeg2000Engine.FrameImagesCount LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public List<CompositeJpxImages> ReadFrames(RasterCodecs codecs, String fileName, List<int> frames, int bitsPerPixel, CodecsLoadByteOrder order) | void IJpeg2000Engine.ReadFrames(LTDCodecsInterop.RasterCodecs codecs, String fileName, Int32 bitsPerPixel, LTDCodecsInterop.CodecsLoadByteOrder order) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.FrameImages Int32 IJpeg2000Engine.FrameImagesCount LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public void AppendFrames(RasterCodecs codecs, Stream stream, List<CompositeJpxImages> compositeImages, int bitsPerPixel, int qualityFactor) | void IJpeg2000Engine.AppendFrames(LTDCodecsInterop.RasterCodecs codecs, Stream stream, Int32 bitsPerPixel, Int32 qualityFactor) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.FrameImages Int32 IJpeg2000Engine.FrameImagesCount |
public void AppendFrames(RasterCodecs codecs, String fileName, List<CompositeJpxImages> compositeImages, int bitsPerPixel, int qualityFactor) | void IJpeg2000Engine.AppendFrames(LTDCodecsInterop.RasterCodecs codecs, String fileName, Int32 bitsPerPixel, Int32 qualityFactor) |
LTDJpeg2000Interop.ICompositeJpxImagesIndexProperty IJpeg2000Engine.FrameImages Int32 IJpeg2000Engine.FrameImagesCount |
public void ExtractFrames(string inputFileName, string outputFileName, List<int> frames) | void IJpeg2000Engine.ExtractFrames(String inputFileName, String outputFileName) |
LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public RasterNativeBufferExtractFramesNativeMemory(Stream stream, List<int> frames) | LTDInterop.RasterNativeBuffer IJpeg2000Engine.ExtractFramesNativeMemory(Stream stream) |
LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public RasterNativeBufferExtractFramesNativeMemory(string fileName, List<int> frames) | LTDInterop.RasterNativeBuffer IJpeg2000Engine.ExtractFramesNativeMemory(String fileName) |
LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public byte[] ExtractFramesMemory(Stream stream, List<int> frames) | void IJpeg2000Engine.ExtractFramesMemory(Stream stream) |
LTDInterop.IByteIndexProperty IJpeg2000Engine.ExtractedFrames Int32 IJpeg2000Engine.ExtractedFramesCount LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public byte[] ExtractFramesMemory(string fileName, List<int> frames) | void IJpeg2000Engine.ExtractFramesMemory(String fileName) |
LTDInterop.IByteIndexProperty IJpeg2000Engine.ExtractedFrames Int32 IJpeg2000Engine.ExtractedFramesCount LTDInterop.IInt32IndexProperty IJpeg2000Engine.Frames Int32 IJpeg2000Engine.FramesCount |
public void FragmentJpxFile(string inputFileName, string outputFileName, List<UuidUrl> urls, List<Fragment> fragments) | void IJpeg2000Engine.FragmentJpxFile(String inputFileName, String outputFileName) |
LTDJpeg2000Interop.IUuidUrlIndexProperty IJpeg2000Engine.Urls Int32 IJpeg2000Engine.UrlsCount LTDJpeg2000Interop.IFragmentIndexProperty IJpeg2000Engine.Fragments Int32 IJpeg2000Engine.FragmentsCount |
public void (Jpeg2000FileFormat format, Jpeg2000SingleBox box) |
void IJpeg2000Engine.SetCompositionBox(LTDJpeg2000Interop.Jpeg2000FileFormat format, LTDJpeg2000Interop.CompositionBox box) void IJpeg2000Engine.SetGtsoBox(LTDJpeg2000Interop.Jpeg2000FileFormat format, LTDJpeg2000Interop.GtsoBox box) void IJpeg2000Engine.SetIprBox(LTDJpeg2000Interop.Jpeg2000FileFormat format, LTDJpeg2000Interop.IprBox box) void IJpeg2000Engine.SetResolutionBox(LTDJpeg2000Interop.Jpeg2000FileFormat format, LTDJpeg2000Interop.ResolutionBox box) |
|
public void (Stream stream, Jpeg2000SingleBox box) |
void IJpeg2000Engine.AppendCompositionBox(Stream stream, LTDJpeg2000Interop.CompositionBox box) void IJpeg2000Engine.AppendGtsoBox(Stream stream, LTDJpeg2000Interop.GtsoBox box) void IJpeg2000Engine.AppendIprBox(Stream stream, LTDJpeg2000Interop.IprBox box) void IJpeg2000Engine.AppendResolutionBox(Stream stream, LTDJpeg2000Interop.ResolutionBox box) |
|
public void (string fileName, Jpeg2000SingleBox box) |
void IJpeg2000Engine.AppendCompositionBox(String fileName, LTDJpeg2000Interop.CompositionBox box) void IJpeg2000Engine.AppendGtsoBox(String fileName, LTDJpeg2000Interop.GtsoBox box) void IJpeg2000Engine.AppendIprBox(String fileName, LTDJpeg2000Interop.IprBox box) void IJpeg2000Engine.AppendResolutionBox(String fileName, LTDJpeg2000Interop.ResolutionBox box) |
|
public (Jpeg2000FileFormat format, Jpeg2000BoxType boxType) |
LTDJpeg2000Interop.CompositionBox IJpeg2000Engine.GetCompositionBox(LTDJpeg2000Interop.Jpeg2000FileFormat format) LTDJpeg2000Interop.GtsoBox IJpeg2000Engine.GetGtsoBox(LTDJpeg2000Interop.Jpeg2000FileFormat format) LTDJpeg2000Interop.IprBox IJpeg2000Engine.GetIprBox(LTDJpeg2000Interop.Jpeg2000FileFormat format) LTDJpeg2000Interop.ResolutionBox IJpeg2000Engine.GetResolutionBox(LTDJpeg2000Interop.Jpeg2000FileFormat format) |
|
public Jpeg2000Box(Stream stream, Jpeg2000BoxType boxType, int boxIndex) |
LTDJpeg2000Interop.AssociationBox IJpeg2000Engine.ReadAssociationBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.BinaryFilterBox IJpeg2000Engine.ReadBinaryFilterBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.DigitalSignatureBox IJpeg2000Engine.ReadDigitalSignatureBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.FreeBox IJpeg2000Engine.ReadFreeBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.MediaDataBox IJpeg2000Engine.ReadMediaDataBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.Mpeg7Box IJpeg2000Engine.ReadMpeg7Box(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.UuidBox IJpeg2000Engine.ReadUuidBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.UuidInformationBox IJpeg2000Engine.ReadUuidInformationBox(Stream stream, Int32 boxIndex) LTDJpeg2000Interop.XmlBox IJpeg2000Engine.ReadXmlBox(Stream stream, Int32 boxIndex) |
|
public Jpeg2000Box(string fileName, Jpeg2000BoxType boxType, int boxIndex) |
LTDJpeg2000Interop.AssociationBox IJpeg2000Engine.ReadAssociationBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.BinaryFilterBox IJpeg2000Engine.ReadBinaryFilterBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.DigitalSignatureBox IJpeg2000Engine.ReadDigitalSignatureBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.FreeBox IJpeg2000Engine.ReadFreeBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.MediaDataBox IJpeg2000Engine.ReadMediaDataBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.Mpeg7Box IJpeg2000Engine.ReadMpeg7Box(string fileName, Int32 boxIndex) LTDJpeg2000Interop.UuidBox IJpeg2000Engine.ReadUuidBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.UuidInformationBox IJpeg2000Engine.ReadUuidInformationBox(string fileName, Int32 boxIndex) LTDJpeg2000Interop.XmlBox IJpeg2000Engine.ReadXmlBox(string fileName, Int32 boxIndex) |
|
public Jpeg2000FrameInformation[] Frame | LTDJpeg2000Interop.IJpeg2000FrameInformationIndexProperty IJpeg2000FileInformation.Frame | Int32 IJpeg2000FileInformation.FrameCount |
public BoxInformationElement[] FragmentTable | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.FragmentTable | Int32 IJpeg2000FileInformation.FragmentTableCount |
public BoxInformationElement[] CodeStream | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.CodeStream | Int32 IJpeg2000FileInformation.CodeStreamCount |
public BoxInformationElement[] Composition | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Composition | Int32 IJpeg2000FileInformation.CompositionCount |
public BoxInformationElement[] DesiredReproduction | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.DesiredReproduction | Int32 IJpeg2000FileInformation.DesiredReproductionCount |
public BoxInformationElement[] Association | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Association | Int32 IJpeg2000FileInformation.AssociationCount |
public BoxInformationElement[] UuidInformation | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.UuidInformation | Int32 IJpeg2000FileInformation.UuidInformationCount |
public BoxInformationElement[] IntellectualPropertyRights | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.IntellectualPropertyRights | Int32 IJpeg2000FileInformation.IntellectualPropertyRightsCount |
public BoxInformationElement[] Uuid | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Uuid | Int32 IJpeg2000FileInformation.UuidCount |
public BoxInformationElement[] BinaryFilter | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.BinaryFilter | Int32 IJpeg2000FileInformation.BinaryFilterCount |
public BoxInformationElement[] DigitalSignature | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.DigitalSignature | Int32 IJpeg2000FileInformation.DigitalSignatureCount |
public BoxInformationElement[] MediaData | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.MediaData | Int32 IJpeg2000FileInformation.MediaDataCount |
public BoxInformationElement[] Mpeg7 | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Mpeg7 | Int32 IJpeg2000FileInformation.Mpeg7Count |
public BoxInformationElement[] Free | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Free | Int32 IJpeg2000FileInformation.FreeCount |
public BoxInformationElement[] Xml | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Xml | Int32 IJpeg2000FileInformation.XmlCount |
public BoxInformationElement[] DataReference | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.DataReference | Int32 IJpeg2000FileInformation.DataReferenceCount |
public BoxInformationElement[] Header | LTDJpeg2000Interop.IBoxInformationElementIndexProperty IJpeg2000FileInformation.Header | Int32 IJpeg2000FileInformation.HeaderCount |
public int[] CodeStream | LTDInterop.IInt32IndexProperty IJpeg2000FrameInformation.CodeStream | Int32 IJpeg2000FrameInformation.CodeStreamCount |
The following topics provide comparisons between COM functions and their .NET counterparts: