CadPlotSettingsPageSetupName Property |
Gets or sets the name of the page setup.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic string PageSetupName { get; set; }
Public Property PageSetupName As String
Get
Set
public:
property String^ PageSetupName {
String^ get ();
void set (String^ value);
}
member PageSetupName : string with get, set
Property Value
Type:
String
The name of the page setup.
See Also