Class EmfPlusCompressedImage
Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)
L’oggetto EmfPlusCompressedImage specifica un’immagine con dati compressi.
public sealed class EmfPlusCompressedImage : EmfPlusBaseBitmapData
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBaseBitmapData ← EmfPlusCompressedImage
I membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusCompressedImage()
public EmfPlusCompressedImage()
Properties
CompressedImageData
Riceve o impone una serie di byte, che specificano l’immagine compressa.Il tipo di compressione deve essere determinato dai dati stessi.
public byte[] CompressedImageData { get; set; }
Valore di proprietà
byte [ ]
Remarks
Bitmaps sono specificati dagli oggetti di EmfPlusBitmap (sezione 2.2.2.2).L’oggetto deve essere presente nel campo BitmapData di un oggetto EmfPlusBitmap seBitmapDataTypeCompressed è specificato nel suo campo Tipo.Questo oggetto è generico e viene utilizzato per diversi tipi di dati compressi, tra cui:Formato di file di immagine (EXIF) come specificato in [EXif];GIF (Graphics Interchange Format) come specificato in [GIF] Joint Photographic Experts Group (JPEG), come specificato in [JFIF]; Grafica di rete portatile (PNG), come specificato in [RFC2083]e [W3C - PNG]; e Tag Image File Format (TIFF), come specificato in [RFC3302]e di TIFF.