Assembly.DocumentExtension Property

[Read-only] This property returns the file name extension for documents created by the Assembly. For example, if the Assembly represents a Word RTF template, this property would return .RTF. Likewise, if the Assembly represents a PDF-based (.HPT) template, this property would return .HPD.

Syntax

public string DocumentExtension { get; }