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

Operation that allows deletion of an annotation within the PagesModel. More...

Inheritance diagram for SolidFramework.Model.Pdf.Pages.IntParameter:
SolidFramework.Model.Pdf.Pages.Parameter

Public Member Functions

override void Dispose ()
 
 IntParameter (int value)
 Initializes a new instance of the IntParameter class. More...
 
bool IsEqual (SolidFramework.Model.Pdf.Pages.Parameter value)
 

Properties

int Value [get]
 

Detailed Description

Operation that allows deletion of an annotation within the PagesModel.

Constructor & Destructor Documentation

◆ IntParameter()

SolidFramework.Model.Pdf.Pages.IntParameter.IntParameter ( int  value)

Initializes a new instance of the IntParameter class.

Parameters
valueThe model.

Member Function Documentation

◆ Dispose()

override void SolidFramework.Model.Pdf.Pages.IntParameter.Dispose ( )
virtual