Skip to content

T_PDFiumSharp_Types_FPDF_STRINGHANDLE

ArgusMagnus edited this page Apr 4, 2017 · 3 revisions

FPDF_STRINGHANDLE Structure

Handle to a FPDF_STRINGHANDLE

Namespace: PDFiumSharp.Types
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public struct FPDF_STRINGHANDLE : IHandle<FPDF_STRINGHANDLE>

The FPDF_STRINGHANDLE type exposes the following members.

Properties

 

Name Description
Public property IsNull Gets a value indicating whether the handle is null.
Public propertyStatic member Null Gets a handle representing null.
  Back to Top

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides ValueType.ToString().)
  Back to Top

See Also

Reference

PDFiumSharp.Types Namespace

Clone this wiki locally