VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Pdf.Print Namespace / AnnotatedPdfPrintDocument Class / PrintAnnotations Property
Синтаксис Требования Смотрите также
В этом разделе
    PrintAnnotations Свойство (AnnotatedPdfPrintDocument)
    В этом разделе
    Возвращает или задает значение, указывающее, следует ли печатать изображения с аннотациями.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the images should be printed with annotations.")>
    Public Property PrintAnnotations As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the images should be printed with annotations.")]
    public bool PrintAnnotations { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the images should be printed with annotations.")]
    public: __property bool get_PrintAnnotations();
    public: __property void set_PrintAnnotations(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the images should be printed with annotations.")]
    public:
    property bool PrintAnnotations { 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

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