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.Converters.Plumbing.SelectedAreas Class Reference

Represents Selected area More...

Inheritance diagram for SolidFramework.Converters.Plumbing.SelectedAreas:

Public Member Functions

virtual void Dispose ()
 
SolidFramework.Converters.Plumbing.SelectedAreasCollection GetSelectedAreas ()
 
override string ToString ()
 
void Add (SolidFramework.Converters.Plumbing.SelectedArea value)
 
bool Equals (SolidFramework.Converters.Plumbing.SelectedAreas other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Converters.Plumbing.SelectedAreas Parse (string content)
 Parses the specified content. More...
 
static bool operator== (SolidFramework.Converters.Plumbing.SelectedAreas obj1, SolidFramework.Converters.Plumbing.SelectedAreas obj2)
 
static bool operator!= (SolidFramework.Converters.Plumbing.SelectedAreas obj1, SolidFramework.Converters.Plumbing.SelectedAreas obj2)
 

Properties

SolidFramework.Converters.Plumbing.SelectedArea this[int index] [get]
 
int Count [get]
 

Detailed Description

Represents Selected area

Member Function Documentation

◆ Parse()

static SolidFramework.Converters.Plumbing.SelectedAreas SolidFramework.Converters.Plumbing.SelectedAreas.Parse ( string  content)
static

Parses the specified content.

Parameters
contentThe content.
Returns