Table of Contents

Class Bookmark

Namespace
IO.Scanbot.Sdk.Pdf
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/pdf/Bookmark", DoNotGenerateAcw = true)]
public sealed class Bookmark : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
Bookmark
Implements
Inherited Members

Constructors

Bookmark(long)

[Register(".ctor", "(J)V", "")]
public Bookmark(long nativePtr)

Parameters

nativePtr long

Properties

A

[Register("a")]
public long A { get; set; }

Property Value

long

B

[Register("b")]
public string B { get; set; }

Property Value

string

C

[Register("c")]
public long C { get; set; }

Property Value

long

Children

public IList<Bookmark> Children { get; set; }

Property Value

IList<Bookmark>

D

[Register("d")]
public IList D { get; set; }

Property Value

IList

HasChildren

public bool HasChildren { get; }

Property Value

bool

NativePtr

public long NativePtr { get; }

Property Value

long

PageIdx

public long PageIdx { get; set; }

Property Value

long

Title

public string Title { get; set; }

Property Value

string