PresentationPrintDocument
Print0rder Property
|
Note: This API is now obsolete.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
[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
Property Value
Type:
Order
See Also