Class EmfPlusComment
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusComment record specifies arbitrary private data.
public sealed class EmfPlusComment : EmfPlusRecord
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusComment
Inherited Members
EmfPlusRecord.Type, EmfPlusRecord.Flags, EmfPlusRecord.Size, EmfPlusRecord.DataSize, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusComment(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusComment class.
public EmfPlusComment(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
The source.
Properties
Flags
Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt
public override short Flags { get; set; }
Property Value
Exceptions
value
PrivateData
Gets or sets a DataSize-length byte array of private data. bytes of record-specific data that follows.
public byte[] PrivateData { get; set; }
Property Value
byte[]