PdfFont
GetLineInFont Method
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected override bool GetLineInFont(
string line
)
Protected Overrides Function GetLineInFont (
line As String
) As Boolean
protected:
virtual bool GetLineInFont(
String^ line
) override
abstract GetLineInFont :
line : string -> bool
override GetLineInFont :
line : string -> bool
Parameters
-
line
-
Type:
System
String
Return Value
Type:
Boolean
See Also