PrinterSettings.PrintFileName 属性

定义

打印到文件时,获取或设置文件名。

public:
 property System::String ^ PrintFileName { System::String ^ get(); void set(System::String ^ value); };
public string PrintFileName { get; set; }
member this.PrintFileName : string with get, set
Public Property PrintFileName As String

属性值

打印到文件时的文件名。

适用于