Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Please use the next PrintOrder property, this is obsolete")] public Order Print0rder { get; set; }
<ObsoleteAttribute("Please use the next PrintOrder property, this is obsolete")> Public Property Print0rder As Order Get Set
public: [ObsoleteAttribute(L"Please use the next PrintOrder property, this is obsolete")] property Order Print0rder { Order get (); void set (Order value); }
[<ObsoleteAttribute("Please use the next PrintOrder property, this is obsolete")>] member Print0rder : Order with get, set