Show / Hide Table of Contents

Class PDFViewCtrl.ThumbAsyncEventArgs

Inheritance
System.Object
System.EventArgs
PDFViewCtrl.ThumbAsyncEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftronprivate.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class ThumbAsyncEventArgs : EventArgs

Constructors

ThumbAsyncEventArgs(Int32, Int32[], Int32, Int32)

Declaration
public ThumbAsyncEventArgs(int page, int[] buf, int width, int height)
Parameters
Type Name Description
System.Int32 page
System.Int32[] buf
System.Int32 width
System.Int32 height

Properties

Buf

Declaration
public int[] Buf { get; }
Property Value
Type Description
System.Int32[]

Height

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

Page

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

Width

Declaration
public int Width { get; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX