PdfPaperSettingsEventArgs
CurrentPaperSource Property
|
Get or set current paper source on the printer.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PaperSource CurrentPaperSource { get; set; }
Public Property CurrentPaperSource As PaperSource
Get
Set
public:
property PaperSource^ CurrentPaperSource {
PaperSource^ get ();
void set (PaperSource^ value);
}
member CurrentPaperSource : PaperSource with get, set
Property Value
Type:
PaperSource
See Also