Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Pdf.Plumbing.PdfReference Class Reference

Represents PDF reference More...

Inheritance diagram for SolidFramework.Pdf.Plumbing.PdfReference:
SolidFramework.Pdf.Plumbing.PdfItem

Public Member Functions

override void Dispose ()
 
 PdfReference (SolidFramework.Pdf.PdfDocument pdfDocument)
 Initializes a new instance of the PdfReference class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
global::System.IntPtr GetHandle ()
 
bool Equals (SolidFramework.Pdf.Plumbing.PdfItem other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Pdf.Plumbing.PdfItem GetIndirectionItem (SolidFramework.Pdf.Plumbing.PdfItem item)
 
static SolidFramework.Pdf.Plumbing.PdfItem GetIndirectionItem (SolidFramework.Pdf.Plumbing.PdfItem item, string forceType)
 
static SolidFramework.Pdf.Plumbing.PdfObject GetIndirectionObject (SolidFramework.Pdf.Plumbing.PdfItem item)
 
static bool operator== (SolidFramework.Pdf.Plumbing.PdfItem obj1, SolidFramework.Pdf.Plumbing.PdfItem obj2)
 
static bool operator!= (SolidFramework.Pdf.Plumbing.PdfItem obj1, SolidFramework.Pdf.Plumbing.PdfItem obj2)
 

Properties

SolidFramework.Pdf.Plumbing.PdfObject Object [get]
 Gets the pdf object.
 
int GenerationId [getset]
 Gets the generation ID.
 
int ObjectId [getset]
 Gets the object ID.
 
SolidFramework.Pdf.Plumbing.PdfObjectType PdfObjectType [get]
 Gets the type of the PDF object. More...
 

Detailed Description

Represents PDF reference

Constructor & Destructor Documentation

◆ PdfReference()

SolidFramework.Pdf.Plumbing.PdfReference.PdfReference ( SolidFramework.Pdf.PdfDocument  pdfDocument)

Initializes a new instance of the PdfReference class.

Parameters
pdfDocumentThe PDF document.

Member Function Documentation

◆ Dispose()

override void SolidFramework.Pdf.Plumbing.PdfReference.Dispose ( )
virtual

◆ ToString()

override string SolidFramework.Pdf.Plumbing.PdfReference.ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Property Documentation

◆ PdfObjectType

SolidFramework.Pdf.Plumbing.PdfObjectType SolidFramework.Pdf.Plumbing.PdfItem.PdfObjectType
getinherited

Gets the type of the PDF object.

The type of the PDF object.