VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsPrintable Property
Синтаксис Требования Смотрите также
В этом разделе
    IsPrintable Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли аннотация быть напечатана на PDF странице.
    Синтаксис
    'Declaration
    
    <RefreshPropertiesAttribute(Repaint)>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the annotation must be printed on PDF page.")>
    Public Property IsPrintable As Boolean
    
    
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation must be printed on PDF page.")]
    public bool IsPrintable { get; set; }
    
    
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation must be printed on PDF page.")]
    public: __property bool get_IsPrintable();
    public: __property void set_IsPrintable(
    bool value
    );
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation must be printed on PDF page.")]
    public:
    property bool IsPrintable { bool get(); void set(bool value); }
    Требования

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

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