BuiltinDocumentProperties
Company Property
|
Returns or sets Company property.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Company { get; set; }
Public Property Company As String
Get
Set
public:
property String^ Company {
String^ get ();
void set (String^ value);
}
member Company : string with get, set
Property Value
Type:
String
See Also