Class EmfCommentWindowsMetaFile
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.7.0)
The EMR_COMMENT_WINDOWS_METAFILE record specifies an image in an embedded WMF metafile.
public sealed class EmfCommentWindowsMetaFile : EmfCommentPublicRecordType
{
public short wType;
public ushort nSize;
public ushort nRecords;
public ushort nOffset;
}
Inheritance
object ← MetaObject ← EmfRecord ← EmfCommentRecordType ← EmfCommentPublicRecordType ← EmfCommentWindowsMetaFile
Inherited Members
EmfCommentPublicRecordType.CommentIdentifier , EmfCommentPublicRecordType.PublicCommentIdentifier , EmfCommentRecordType.DataSize , EmfCommentRecordType.CommentIdentifier , EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfCommentWindowsMetaFile(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentWindowsMetaFile class.
public EmfCommentWindowsMetaFile(EmfRecord source)
{
}
Parameters
source
EmfRecord
The source.
Properties
Checksum
Gets or sets a 32-bit unsigned integer that specifies the checksum for this record.
public int Checksum
{
get;
set;
}
Property Value
Flags
Gets or sets a 32-bit value that MUST be 0x00000000 and MUST be ignored.
public int Flags
{
get;
set;
}
Property Value
Version
Gets or sets a 16-bit unsigned integer that specifies the WMF metafile version in termsof support for device-independent bitmaps (DIBs), from the WMF MetafileVersionenumeration ([MS-WMF] section 2.1.1.19).
public WmfMetafileVersion Version
{
get;
set;
}
Property Value
WinMetafile
Gets or sets a buffer that contains the WMF metafile.
public MetaImage WinMetaFile
{
get
{
}
set
{
}
}
Property Value
WinMetafileSize
Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of theWMF metafile in the WinMetafile field.
public int WinMetafileSize
{
get;
set;
}