VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / Intent Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Intent Property (PdfMarkupAnnotation)
    In This Topic
    Gets or sets a name describing the intent of the markup annotation (PDF 1.6).
    Syntax
    'Declaration
    
    <DescriptionAttribute("A name describing the intent of the markup annotation (PDF 1.6).")>
    <DefaultValueAttribute(null)>
    <CategoryAttribute("Behavior")>
    Public Property Intent As System.String
    
    
    [Description("A name describing the intent of the markup annotation (PDF 1.6).")]
    [DefaultValue(null)]
    [Category("Behavior")]
    public System.String Intent { get; set; }
    
    
    [Description("A name describing the intent of the markup annotation (PDF 1.6).")]
    [DefaultValue(null)]
    [Category("Behavior")]
    public: __property System.String get_Intent();
    public: __property void set_Intent(
    System.String value
    );
    [Description("A name describing the intent of the markup annotation (PDF 1.6).")]
    [DefaultValue(null)]
    [Category("Behavior")]
    public:
    property System.String Intent { System.String get(); void set(System.String value); }
    Remarks

    Intents allow viewer applications to distinguish between different uses and behaviors of a single markup annotation type. If this entry is not present or its value is the same as the annotation type, the annotation has no explicit intent and should behave in a generic manner in a viewer application.

    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