PDFNetExceptionLineNumber Property |
Gets the line number in the file where the exception was thrown.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int LineNumber { get; }
Public ReadOnly Property LineNumber As Integer
Get
public:
virtual property int LineNumber {
int get () sealed;
}
function get_LineNumber();
Property Value
Type:
Int32See Also