Gets or sets the name of printer which is on printing PDF document
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.PrintSettings.PrinterName.")] public string PrinterName { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.PrintSettings.PrinterName.")> Public Property PrinterName As String Get Set
public: [ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfDocument.PrintSettings.PrinterName.")] property String^ PrinterName { String^ get (); void set (String^ value); }
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.PrintSettings.PrinterName.")>] member PrinterName : string with get, set