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




In This Topic
    InFileName Property
    In This Topic
    Gets or sets the name of the document.
    Syntax
    'Declaration
     
    Public Property InFileName As String
    'Usage
     
    Dim instance As ImGearPDFPrintOptions
    Dim value As String
     
    instance.InFileName = value
     
    value = instance.InFileName
    public string InFileName {get; set;}
    public: __property string* get_InFileName();
    public: __property void set_InFileName( 
       string* value
    );
    public:
    property String^ InFileName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also