VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageConverterCommand Class / OutputFilename Property
Синтаксис Требования Смотрите также
В этом разделе
    OutputFilename Свойство (PdfPageConverterCommand)
    В этом разделе
    Возвращает или задает имя выходного PDF документа.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The filename of output PDF document.")>
    Public Property OutputFilename As System.String
    
    
    [DefaultValue(null)]
    [Description("The filename of output PDF document.")]
    public System.String OutputFilename { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The filename of output PDF document.")]
    public: __property System.String get_OutputFilename();
    public: __property void set_OutputFilename(
    System.String value
    );
    [DefaultValue(null)]
    [Description("The filename of output PDF document.")]
    public:
    property System.String OutputFilename { System.String get(); void set(System.String value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также