SynFWord.GetPageNumber Method

Public Function GetPageNumber( _ 
ByVal text As String, _ 
ByVal wd As WordDocument
) As Integer
This language is not supported or no code example is available.
public int GetPageNumber( 
string text
WordDocument wd 
)
This language is not supported or no code example is available.
public:  
int GetPageNumber( 
String^ text
WordDocument^ wd 
)
This language is not supported or no code example is available.
public function GetPageNumber( 
text : String
wd : WordDocument 
) : int;
This language is not supported or no code example is available.

Parameters

text
string

wd
WordDocument

Return Value

int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition