Class EmfCommentWindowsMetaFile
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records 收藏: Aspose.Imaging.dll (25.4.0)
EMR_COMMENT_WINDOWS_METAFILE 记录将图像列入嵌入式 WMF 字体中。
public sealed class EmfCommentWindowsMetaFile : EmfCommentPublicRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfCommentRecordType ← EmfCommentPublicRecordType ← EmfCommentWindowsMetaFile
继承人
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)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentWindowsMetaFile 类的新例子。
public EmfCommentWindowsMetaFile(EmfRecord source)
Parameters
source
EmfRecord
源源。
Properties
Checksum
收到或设置一个 32 位未签名的整合器,指定该记录的支票。
public int Checksum { get; set; }
财产价值
Flags
收到或设置一个 32 位值,必须是 0x00000000 并且必须被忽略。
public int Flags { get; set; }
财产价值
Version
接收或设置一个16位未标记的整合器,指定WMF代码版本。支持设备独立的比特地图(DIB),从WMF MetafileVersion列表( [MS-WMF] 部分 2.1.1.19 )
public WmfMetafileVersion Version { get; set; }
财产价值
WinMetafile
接收或设置包含 WMF 代谢的泡沫。
public MetaImage WinMetafile { get; set; }
财产价值
WinMetafileSize
接收或设置一个32位未标记的整合器,指定尺寸,在比特,WMF 字体在 WinMetafile 字体中。
public int WinMetafileSize { get; set; }