CommentIdentifier

EmfCommentPublicRecordType.CommentIdentifier property

Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string “CIDG”, identifies this as an EMR_COMMENT_PUBLIC record.

public override CommentIdentifierEnum CommentIdentifier { get; set; }

See Also