VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / StructParentKey Property
Syntax Remarks Requirements SeeAlso
In This Topic
    StructParentKey Property (PdfAnnotation)
    In This Topic
    Gets or sets the integer key of this object entry in the structural parent tree.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <CategoryAttribute("Common")>
    <DescriptionAttribute("The integer key of this object entry in the structural parent tree.")>
    Public Property StructParentKey As System.Int32
    
    
    [DefaultValue(0)]
    [Category("Common")]
    [Description("The integer key of this object entry in the structural parent tree.")]
    public System.Int32 StructParentKey { get; set; }
    
    
    [DefaultValue(0)]
    [Category("Common")]
    [Description("The integer key of this object entry in the structural parent tree.")]
    public: __property System.Int32 get_StructParentKey();
    public: __property void set_StructParentKey(
    System.Int32 value
    );
    [DefaultValue(0)]
    [Category("Common")]
    [Description("The integer key of this object entry in the structural parent tree.")]
    public:
    property System.Int32 StructParentKey { System.Int32 get(); void set(System.Int32 value); }
    Remarks

    Required for all objects, which are structural content items.

    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