TiffOptionsDocumentName Property |
Gets or sets the name of the document.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string DocumentName { get; set; }Public Property DocumentName As String
Get
Set
public:
property String^ DocumentName {
String^ get ();
void set (String^ value);
}member DocumentName : string with get, set
Property Value
Type:
String
The name of the document.
See Also