Show / Hide Table of Contents

Class PdfLayer

Inheritance
System.Object
PdfLayer
Namespace: pdftron.PDF.Dialog.PdfLayer
Assembly: PDFViewCtrlTools.dll
Syntax
public class PdfLayer : Object

Constructors

PdfLayer(IntPtr, JniHandleOwnership)

Declaration
protected PdfLayer(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

Checked

Declaration
public virtual Boolean Checked { get; set; }
Property Value
Type Description
Java.Lang.Boolean

Children

Declaration
public virtual IList<PdfLayer> Children { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PdfLayer>

Enabled

Declaration
public virtual bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

HasChildren

Declaration
public virtual bool HasChildren { get; }
Property Value
Type Description
System.Boolean

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

Level

Declaration
public virtual int Level { get; }
Property Value
Type Description
System.Int32

Locked

Declaration
public virtual bool Locked { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Parent

Declaration
public virtual PdfLayer Parent { get; set; }
Property Value
Type Description
PdfLayer

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

IsChecked()

Declaration
public virtual Boolean IsChecked()
Returns
Type Description
Java.Lang.Boolean
In This Article
Back to top Generated by DocFX