Returns the number of lines and number of characters in the document.

HRESULT GetSize(
   ULONG*  pcNumLines,
   ULONG*  pcNumChars
);

Parameters

pcNumLines

[out] Number of lines in the document. If this parameter is NULL, the method does not return a value.

pcNumChars

[out] Number of characters in the document. If this parameter is NULL, the method does not return a value.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also