Show / Hide Table of Contents

Class PdfViewCtrlTabInfo

Inheritance
System.Object
PdfViewCtrlTabInfo
Namespace: pdftron.PDF.Model
Assembly: PDFViewCtrlTools.dll
Syntax
public class PdfViewCtrlTabInfo : Object

Constructors

PdfViewCtrlTabInfo()

Declaration
public PdfViewCtrlTabInfo()

PdfViewCtrlTabInfo(JSONObject)

Declaration
public PdfViewCtrlTabInfo(JSONObject jsonObject)
Parameters
Type Name Description
Org.Json.JSONObject jsonObject

PdfViewCtrlTabInfo(IntPtr, JniHandleOwnership)

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

Properties

BookmarkDialogCurrentTab

Declaration
public int BookmarkDialogCurrentTab { get; set; }
Property Value
Type Description
System.Int32

FileExtension

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

HasPagePresentationMode

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

HScrollPos

Declaration
public int HScrollPos { get; set; }
Property Value
Type Description
System.Int32

IsReflowMode

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

IsRtlMode

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

JniPeerMembers

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

LastPage

Declaration
public int LastPage { get; set; }
Property Value
Type Description
System.Int32

PagePresentationMode

Declaration
public virtual PDFViewCtrl.PagePresentationModes PagePresentationMode { get; set; }
Property Value
Type Description
pdftronprivate.PDF.PDFViewCtrl.PagePresentationModes

PageRotation

Declaration
public int PageRotation { get; set; }
Property Value
Type Description
System.Int32

Password

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

ReflowTextSize

Declaration
public int ReflowTextSize { get; set; }
Property Value
Type Description
System.Int32

TabLastViewedTimestamp

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

TabSource

Declaration
public int TabSource { get; set; }
Property Value
Type Description
System.Int32

TabTitle

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

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

VScrollPos

Declaration
public int VScrollPos { get; set; }
Property Value
Type Description
System.Int32

Zoom

Declaration
public double Zoom { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX