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.PdfRectangle Class Reference

Represents PDF rectangle More...

Inheritance diagram for SolidFramework.Pdf.Plumbing.PdfRectangle:
SolidFramework.Pdf.Plumbing.PdfArray SolidFramework.Pdf.Plumbing.PdfItem

Public Member Functions

override void Dispose ()
 
 PdfRectangle (SolidFramework.Pdf.PdfDocument pdfDocument)
 Initializes a new instance of the PdfRectangle class.
 
 PdfRectangle (SolidFramework.Pdf.PdfDocument pdfDocument, double x, double y, double width, double height)
 y and x axis details for the RectangleF
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
SolidFramework.Pdf.Plumbing.PdfArrayItemsCollection GetPdfArrayItemsCollection ()
 Returns reference to PdfArrayItemsCollection object. PdfArrayItemsCollection implements System.Collections.IEnumerable and System.Collections.Generic.IList{PdfItem} interfaces in C#
 
int Add (SolidFramework.Pdf.Plumbing.PdfItem value)
 
void Add (SolidFramework.Pdf.Plumbing.PdfItem value, int index)
 
void Clear ()
 Removes all items from the array. More...
 
bool IsFixedSize ()
 Gets a value indicating whether this instance has fixed size. More...
 
bool IsReadOnly ()
 Gets a value indicating whether the array is read-only. More...
 
bool IsSynchronized ()
 Gets a value indicating whether this instance is synchronized. 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

double Top [get]
 Gets the top.
 
double Left [get]
 Gets the left.
 
double Right [get]
 Gets the right.
 
double Bottom [get]
 Gets the bottom.
 
SolidFramework.Pdf.Plumbing.PdfItem this[int index] [get]
 
int Count [get]
 Gets the items count. More...
 
SolidFramework.Pdf.Plumbing.PdfObjectType PdfObjectType [get]
 Gets the type of the PDF object. More...
 

Detailed Description

Represents PDF rectangle

Member Function Documentation

◆ Clear()

void SolidFramework.Pdf.Plumbing.PdfArray.Clear ( )
inherited

Removes all items from the array.

Exceptions
T:System.NotSupportedExceptionThe array is read-only.

◆ Dispose()

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

◆ IsFixedSize()

bool SolidFramework.Pdf.Plumbing.PdfArray.IsFixedSize ( )
inherited

Gets a value indicating whether this instance has fixed size.

true if this instance is fixed size; otherwise, false.

◆ IsReadOnly()

bool SolidFramework.Pdf.Plumbing.PdfArray.IsReadOnly ( )
inherited

Gets a value indicating whether the array is read-only.

Returns
true if the array is read-only; otherwise, false.

◆ IsSynchronized()

bool SolidFramework.Pdf.Plumbing.PdfArray.IsSynchronized ( )
inherited

Gets a value indicating whether this instance is synchronized.

true if this instance is synchronized; otherwise, false.

◆ ToString()

override string SolidFramework.Pdf.Plumbing.PdfArray.ToString ( )
inherited

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Property Documentation

◆ Count

int SolidFramework.Pdf.Plumbing.PdfArray.Count
getinherited

Gets the items count.

Returns
The number of elements contained in the array.

◆ PdfObjectType

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

Gets the type of the PDF object.

The type of the PDF object.