VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResource Class / StructParentKey Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    StructParentKey Свойство (PdfResource)
    В этом разделе
    Возвращает или задает целочисленный ключ этой записи объекта в структурном родительском дереве.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The integer key of this object entry in the structural parent tree.")>
    <DefaultValueAttribute(0)>
    Public Property StructParentKey As System.Int32
    
    
    [Description("The integer key of this object entry in the structural parent tree.")]
    [DefaultValue(0)]
    public System.Int32 StructParentKey { get; set; }
    
    
    [Description("The integer key of this object entry in the structural parent tree.")]
    [DefaultValue(0)]
    public: __property System.Int32 get_StructParentKey();
    public: __property void set_StructParentKey(
    System.Int32 value
    );
    [Description("The integer key of this object entry in the structural parent tree.")]
    [DefaultValue(0)]
    public:
    property System.Int32 StructParentKey { System.Int32 get(); void set(System.Int32 value); }
    Ремарки

    Требуется для всех объектов, которые являются элементами структурного содержимого.

    Требования

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

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