PdfRenderer Class
Definition
Assembly:Mono.Android.dll
In this article
[Android.Runtime.Register("android/graphics/pdf/PdfRenderer", ApiSince=21, DoNotGenerateAcw=true)]
public sealed class PdfRenderer : Java.Lang.Object, IDisposable, Java.Lang.IAutoCloseable
type PdfRenderer = class
inherit Object
interface IAutoCloseable
interface IJavaObject
interface IDisposable
Inheritance
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
Properties
Returns the unique instance of Class that represents this
object's class.
(Inherited from Object)
The handle to the underlying Android instance.
(Inherited from Object)
Gets the number of pages in the document.
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
(Inherited from Object)
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
(Inherited from Object)
Methods
Creates and returns a copy of this Object.
(Inherited from Object)
Closes this renderer.
(Inherited from Object)
Compares this instance with the specified object and indicates if they
are equal.
(Inherited from Object)
Returns an integer hash code for this object.
(Inherited from Object)
Invoked when the garbage collector has detected that this instance is no longer reachable.
(Inherited from Object)
Causes a thread which is waiting on this object's monitor (by means of
calling one of the wait() methods) to be woken up.
(Inherited from Object)
Causes all threads which are waiting on this object's monitor (by means
of calling one of the wait() methods) to be woken up.
(Inherited from Object)
Opens a page for rendering.
Gets whether the document prefers to be scaled for printing.
Returns a string containing a concise, human-readable description of this
object.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
(Inherited from Object)
Explicit Interface Implementations
Extension Methods
Applies to