IPXC_PageText::GetCharsFlags Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_PageText::GetCharsFlags Method}}
 
{{#customTitle:IPXC_PageText::GetCharsFlags Method}}
 
{{#parentPage:PXV:IPXC_PageText#Methods|GetCharsFlags|method}}
 
{{#parentPage:PXV:IPXC_PageText#Methods|GetCharsFlags|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets [[PXV:PXC_TextCharFlags|characters' flags]] from the given page text interval.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nFirstCharIndex
 
;nFirstCharIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the starting character index.
 
;nCharsCount
 
;nCharsCount
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the number of characters.
 
;nCharsFlags
 
;nCharsFlags
:[out]  Pointer to ULONG.
+
:[out]  Pointer to ULONG containing the [[PXV:PXC_TextCharFlags|characters' flags]].
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 23:43, 12 May 2016


Gets characters' flags from the given page text interval.

Syntax

HRESULT GetCharsFlags([in]   ULONG   nFirstCharIndex,
                      [in]   ULONG   nCharsCount,
                      [out]  ULONG*  nCharsFlags);

Parameters

nFirstCharIndex
[in] Value of ULONG containing the starting character index.
nCharsCount
[in] Value of ULONG containing the number of characters.
nCharsFlags
[out] Pointer to ULONG containing the characters' flags.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_PageText