VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.Print Namespace / WpfAnnotatedImagePrintManager Class / PrintAnnotations Property
Syntax Requirements SeeAlso
In This Topic
    PrintAnnotations Property (WpfAnnotatedImagePrintManager)
    In This Topic
    Gets or sets a value indicating whether the images should be printed with annotations.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the images should be printed with annotations.")>
    <DefaultValueAttribute(True)>
    Public Property PrintAnnotations As Boolean
    
    
    [Description("A value indicating whether the images should be printed with annotations.")]
    [DefaultValue(True)]
    public bool PrintAnnotations { get; set; }
    
    
    [Description("A value indicating whether the images should be printed with annotations.")]
    [DefaultValue(True)]
    public: __property bool get_PrintAnnotations();
    public: __property void set_PrintAnnotations(
    bool value
    );
    [Description("A value indicating whether the images should be printed with annotations.")]
    [DefaultValue(True)]
    public:
    property bool PrintAnnotations { bool get(); void set(bool value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also