VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / AutoUpdateInteractiveFormAppearances Property
Синтаксис Требования Смотрите также
В этом разделе
    AutoUpdateInteractiveFormAppearances Свойство (PdfDocument)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли документ автоматически обновлять внешний вид интерактивных полей, если NeedAppearances имеет значение true.
    Синтаксис
    'Declaration
    
    Public Property AutoUpdateInteractiveFormAppearances As Boolean
    
    
    public bool AutoUpdateInteractiveFormAppearances { get; set; }
    
    
    public: __property bool get_AutoUpdateInteractiveFormAppearances();
    public: __property void set_AutoUpdateInteractiveFormAppearances(
    bool value
    );
    public:
    property bool AutoUpdateInteractiveFormAppearances { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

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

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