DocumentPropertiesCompany Property |
Returns or sets the company property.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string Company { get; set; }
Public Property Company As String
Get
Set
public:
virtual property String^ Company {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Company : string with get, set
override Company : string with get, set
Property Value
Type:
StringImplements
IDocumentPropertiesCompany
See Also