XFINIUM.PDF.Render Documentation
PageNumber Property (PdfRenderingError)



Xfinium.Pdf.Rendering Namespace > PdfRenderingError Class : PageNumber Property
Gets the page number where the error appeared.
Syntax
'Declaration
 
Public ReadOnly Property PageNumber As Integer
'Usage
 
Dim instance As PdfRenderingError
Dim value As Integer
 
value = instance.PageNumber
public int PageNumber {get;}
public:
property int PageNumber {
   int get();
}

Property Value

An integer value specifying the page number where the error appeared. If value is -1 the error is related to the document.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRenderingError Class
PdfRenderingError Members