Skip to content

T_PDFiumSharp_PdfAction

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PdfAction Class

Inheritance Hierarchy

System.Object
  PDFiumSharp.Types.NativeWrapper(FPDF_ACTION)
    PDFiumSharp.PdfAction
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public sealed class PdfAction : NativeWrapper<FPDF_ACTION>

The PdfAction type exposes the following members.

Properties

 

Name Description
Public property Destination
Public property Document
Public property FilePath
Public property Handle Handle which can be used with the native PDFium functions. (Inherited from NativeWrapper(T).)
Public property IsDisposed Gets a value indicating whether Dispose() was already called on this instance. (Inherited from NativeWrapper(T).)
Public property Type
Public property Uri
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

PDFiumSharp Namespace

Clone this wiki locally