SummaryDocumentProperties
Template Property
|
Gets or sets the template name of the document
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Template { get; set; }
Public Property Template As String
Get
Set
public:
property String^ Template {
String^ get ();
void set (String^ value);
}
member Template : string with get, set
Property Value
Type:
String
See Also