 | PdfClipPathTextCount Property |
Gets the number of page text objects in the
ClippingText collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int TextCount { get; }Public ReadOnly Property TextCount As Integer
Get
public:
property int TextCount {
int get ();
}member TextCount : int with get
/** @property */
public int get_TextCount()
function get_TextCount();
Property Value
Int32
See Also