Class CadHeader.SummaryInfoWrapper

CadHeader.SummaryInfoWrapper class

The summary info wrapper for Cad (Dxf and Dwg) header.

public class SummaryInfoWrapper : ISummaryInfo

Properties

NameDescription
Author { get; set; }Gets or sets the author.
Comments { get; set; }Gets or sets the comments.
CreateDateTime { get; set; }The or sets local date/time of drawing creation
CreateDateTimeUtc { get; set; }Gets or sets the universal date/time the drawing was created.
EditingTime { get; set; }Gets or sets the cumulative editing time for this drawing.
HyperlinkBase { get; set; }Gets or sets the hyperlink base.
Keywords { get; set; }Gets or sets the keywords.
LastSavedBy { get; set; }Gets or sets the last saved by.
ModifiedDateTime { get; set; }The or sets local date/time of last drawing update.
ModifiedDateTimeUtc { get; set; }Gets or sets the universal date/time of the last update/save.
RevisionNumber { get; set; }Gets or sets the revision number.
Subject { get; set; }Gets or sets the subject.
Title { get; set; }Gets or sets the title.

See Also