Skip to content

ACadSharp.CadSummaryInfo

Albert Domenech edited this page Aug 29, 2025 · 4 revisions

CadSummaryInfo Class

Holds general info and metadata about a CAD document. Like title, author, and timestamps.

Definition

Namespace: ACadSharp

C#

public class CadSummaryInfo

Properties

Returns Name Summary
String Author Name of the person or organization that created the document.
String Comments Any notes or comments about the document.
DateTime CreatedDate When the document was first created.
String HyperlinkBase Base URL for hyperlinks in the document.
String Keywords Keywords to help categorize or search for the document.
String LastSavedBy Name of the last person who saved the document.
DateTime ModifiedDate When the document was last modified.
Dictionary<String, String> Properties Custom properties defined by the user or application.
String RevisionNumber Revision number, useful for tracking changes or versions.
String Subject A short description or subject for for the document.
String Title Title of the document.
Clone this wiki locally