FixedPage::PrintTicket Property

 

Gets or sets the PrintTicket that is associated with the page.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Object^ PrintTicket {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The PrintTicket for the page.

A PrintTicket contains information about how material should be printed; for example, whether or not two-sided printing should be used.

Setting this PrintTicket property does not validate or modify the specified PrintTicket for a particular PrintQueue. If needed, use the MergeAndValidatePrintTicket method to create a PrintQueue-specific PrintTicket that is valid for a given printer.

Identifier field

PrintTicketProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: