Class EmfCommentMultiFormats
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records 收藏: Aspose.Imaging.dll (25.4.0)
EMR_COMMENT_MULTIFORMATS 记录指定多个图形格式的图像。
public sealed class EmfCommentMultiFormats : EmfCommentPublicRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfCommentRecordType ← EmfCommentPublicRecordType ← EmfCommentMultiFormats
继承人
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
EmfCommentMultiFormats(EmfRecord)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentMultiFormats 类的新例子。
public EmfCommentMultiFormats(EmfRecord source)
Parameters
source
EmfRecord
源源。
Properties
预告片
接收或设置 CountFormats 图形格式的长度序列,指定为EmrFormat 对象(第 2.2.4 节),以优先顺序
public EmfFormat[] AFormats { get; set; }
财产价值
EmfFormat ( )
FormatData
获取或设置变量长度的图像数据比特对所有图形格式的序列包含在此记录中。每个图像的数据大小由相应图像中的 DataSize 字段提供EmrFormat 对象. 因此,这个字段的总大小是数据大小值的总值。EmrFormat 物品每个图像数据的图形格式由签名字段在相应的 EmrFormat 对象。
public byte[][] FormatData { get; set; }
财产价值
byte [ ]
OutputRect
接收或设置一个 WMF RectL 对象([MS-WMF] 部分 2.2.2.19) 指定输出直角,在逻辑坐标中。
public Rectangle OutputRect { get; set; }