ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / OutFileName Property




In This Topic
    OutFileName Property
    In This Topic
    Gets or sets the the name of an output file.
    Syntax
    'Declaration
     
    Public Property OutFileName As String
    'Usage
     
    Dim instance As ImGearPDFPrintOptions
    Dim value As String
     
    instance.OutFileName = value
     
    value = instance.OutFileName
    public string OutFileName {get; set;}
    public: __property string* get_OutFileName();
    public: __property void set_OutFileName( 
       string* value
    );
    public:
    property String^ OutFileName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    Remarks
    If the string is empty, the output will be sent to the device identified by DeviceName, DriverName, and PortName.
    See Also