XFINIUM.PDF Documentation
GetPageCosDictionary Method



Xfinium.Pdf.Core Namespace > PdfFileEx Class : GetPageCosDictionary Method
The page number for which to retrieve the COS dictionary.
Gets the COS dictionary representing the specified page.
Syntax
'Declaration
 
Public Function GetPageCosDictionary( _
   ByVal pageNumber As Integer _
) As PdfCosDictionary
'Usage
 
Dim instance As PdfFileEx
Dim pageNumber As Integer
Dim value As PdfCosDictionary
 
value = instance.GetPageCosDictionary(pageNumber)
public PdfCosDictionary GetPageCosDictionary( 
   int pageNumber
)
public:
PdfCosDictionary^ GetPageCosDictionary( 
   int pageNumber
) 

Parameters

pageNumber
The page number for which to retrieve the COS dictionary.

Return Value

The COS dictionary of the specified page.
Exceptions
ExceptionDescription
Thrown when pageNumber is less than 0 or greater then or equal to PdfFile.PageCount.
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

PdfFileEx Class
PdfFileEx Members